/*
Theme Name: ProspectVista
Theme URI: https://prospectvista.com/
Author: ProspectVista
Author URI: https://prospectvista.com/
Description: Premium dark one-page theme for ProspectVista - GTM consulting for founder-led B2B SaaS. Fully self-contained: no page builder, no plugins, no dependencies.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prospectvista
Tags: one-page, dark, business, custom-logo, custom-colors, responsive-layout
*/

/* ---- WordPress base resets ---- */
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; background: #05070a; }
body.pv-body { overflow-x: hidden; }
#wpadminbar { position: fixed !important; }
body.admin-bar .pv-nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .pv-nav { top: 46px; } }
.pv-skip-link { position: absolute; left: -9999px; }
.pv-skip-link:focus { left: 16px; top: 16px; z-index: 999; padding: 10px 16px; background: #0d1117; color: #a0ebee; border-radius: 8px; }

/* ================= ProspectVista — premium GTM consulting theme =================
   Paste into Elementor > Custom CSS (or a <style> tag). All rules are scoped to #pv. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600;700&display=swap');

#pv {
  --pv-bg: #04070a;
  --pv-bg-2: #070c11;
  --pv-surface: rgba(255, 255, 255, 0.028);
  --pv-surface-2: rgba(255, 255, 255, 0.05);
  --pv-line: rgba(255, 255, 255, 0.09);
  --pv-line-strong: rgba(255, 255, 255, 0.16);
  --pv-fg: #eef4f6;
  --pv-muted: #8ea0a8;
  --pv-accent: #12d3d3;
  --pv-accent-2: #0aa6b4;
  --pv-accent-soft: rgba(18, 211, 211, 0.14);
  --pv-danger: #e05a6a;
  --pv-radius: 18px;
  --pv-max: 1180px;
  --pv-ease: cubic-bezier(.22, .8, .3, 1);

  position: relative;
  background: var(--pv-bg);
  color: var(--pv-fg);
  font-family: 'Instrument Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  isolation: isolate;
}

#pv *, #pv *::before, #pv *::after { box-sizing: border-box; }
#pv h1, #pv h2, #pv h3, #pv h4 { margin: 0; font-weight: 600; letter-spacing: -0.035em; line-height: 1.08; color: var(--pv-fg); }
#pv p { margin: 0; color: var(--pv-muted); }
#pv ul, #pv ol { margin: 0; padding: 0; list-style: none; }
#pv a { color: inherit; text-decoration: none; }
#pv img { max-width: 100%; display: block; }
html { scroll-behavior: smooth; }

/* ---------- layout ---------- */
#pv .pv-container { width: 100%; max-width: var(--pv-max); margin: 0 auto; padding: 0 28px; }
#pv .pv-narrow { max-width: 860px; }
#pv .pv-section { position: relative; padding: 140px 0; }
#pv .pv-alt { background: linear-gradient(180deg, transparent, var(--pv-bg-2) 12%, var(--pv-bg-2) 88%, transparent); }
#pv .pv-section + .pv-section { border-top: 1px solid rgba(255, 255, 255, 0.045); }

#pv .pv-head { max-width: 720px; margin: 0 0 72px; }
#pv .pv-eyebrow {
  font-size: 12px; text-transform: uppercase; letter-spacing: .18em;
  color: var(--pv-accent); font-weight: 600; margin-bottom: 20px;
}
#pv .pv-head h2 { font-size: clamp(32px, 4.4vw, 52px); }
#pv .pv-sub { margin-top: 22px; font-size: 18px; max-width: 640px; }
#pv .pv-grad {
  background: linear-gradient(100deg, var(--pv-accent) 0%, #9fe9ea 45%, #cfeff0 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- ambience ---------- */
#pv .pv-glow {
  position: fixed; top: 0; left: 0; width: 620px; height: 620px; margin: -310px 0 0 -310px;
  pointer-events: none; z-index: 0; opacity: 0; transition: opacity .5s ease;
  background: radial-gradient(circle, rgba(18, 211, 211, .10), transparent 62%);
}
#pv canvas#pvParticles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: .55; }
#pv .pv-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--pv-accent-2), var(--pv-accent)); z-index: 60;
  box-shadow: 0 0 14px rgba(18, 211, 211, .6);
}
#pv .pv-aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
#pv .pv-aurora i {
  position: absolute; display: block; border-radius: 50%; filter: blur(90px); opacity: .38;
  animation: pvFloat 22s var(--pv-ease) infinite alternate;
}
#pv .pv-aurora i:nth-child(1) { width: 620px; height: 620px; top: -18%; left: -8%; background: rgba(10, 166, 180, .34); }
#pv .pv-aurora i:nth-child(2) { width: 520px; height: 520px; top: 12%; right: -10%; background: rgba(18, 211, 211, .20); animation-delay: -7s; }
#pv .pv-aurora i:nth-child(3) { width: 460px; height: 460px; bottom: -22%; left: 32%; background: rgba(48, 96, 140, .28); animation-delay: -14s; }
#pv .pv-aurora-soft i { opacity: .26; }
@keyframes pvFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(60px, -50px, 0) scale(1.18); }
}

/* ---------- nav ---------- */
#pv .pv-nav {
  position: sticky; top: 0; z-index: 50; padding: 16px 0;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease, padding .35s ease;
  border-bottom: 1px solid transparent;
}
#pv .pv-nav.pv-stuck {
  background: rgba(4, 7, 10, .72); backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--pv-line); padding: 10px 0;
}
#pv .pv-nav-inner { display: flex; align-items: center; gap: 24px; }
#pv .pv-logo img { height: 30px; width: auto; }
#pv .pv-links { display: flex; gap: 26px; margin-left: auto; }
#pv .pv-links a {
  position: relative; font-size: 14.5px; color: var(--pv-muted); font-weight: 500;
  transition: color .25s ease; padding: 4px 0;
}
#pv .pv-links a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%;
  background: var(--pv-accent); transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--pv-ease);
}
#pv .pv-links a:hover, #pv .pv-links a.pv-active { color: var(--pv-fg); }
#pv .pv-links a:hover::after, #pv .pv-links a.pv-active::after { transform: scaleX(1); transform-origin: left; }
#pv .pv-burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
#pv .pv-burger span { display: block; width: 22px; height: 1.5px; background: var(--pv-fg); transition: transform .3s var(--pv-ease), opacity .3s; }
#pv .pv-burger span + span { margin-top: 6px; }
#pv .pv-burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
#pv .pv-burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

/* ---------- buttons ---------- */
#pv .pv-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  color: #02191b; background: linear-gradient(120deg, #17e2e2, #0aa6b4);
  box-shadow: 0 10px 34px -12px rgba(18, 211, 211, .8), inset 0 1px 0 rgba(255, 255, 255, .35);
  overflow: hidden; transition: transform .3s var(--pv-ease), box-shadow .3s var(--pv-ease); white-space: nowrap;
}
#pv .pv-btn::after {
  content: ''; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transition: transform .8s var(--pv-ease);
}
#pv .pv-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -12px rgba(18, 211, 211, .9); }
#pv .pv-btn:hover::after { transform: translateX(120%); }
#pv .pv-btn-sm { padding: 10px 18px; font-size: 14px; }
#pv .pv-btn-lg { padding: 19px 40px; font-size: 17px; }
#pv .pv-btn-ghost {
  color: var(--pv-fg); background: transparent; border: 1px solid var(--pv-line-strong);
  box-shadow: none; backdrop-filter: blur(8px);
}
#pv .pv-btn-ghost:hover { border-color: var(--pv-accent); box-shadow: 0 0 0 3px var(--pv-accent-soft); }

/* ---------- hero ---------- */
#pv .pv-hero { position: relative; padding: 110px 0 130px; overflow: hidden; }
#pv .pv-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 460px at 50% 4%, rgba(18, 211, 211, .14), transparent 68%),
    linear-gradient(180deg, transparent 55%, var(--pv-bg));
}
/* faint perspective grid */
#pv .pv-hero-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(closest-side at 50% 42%, #000 30%, transparent 88%);
  mask-image: radial-gradient(closest-side at 50% 42%, #000 30%, transparent 88%);
}
/* glowing horizon arc behind the headline */
#pv .pv-hero-arc {
  position: absolute; left: 50%; top: 58%; width: 1500px; height: 1500px; margin-left: -750px;
  border-radius: 50%; pointer-events: none; z-index: 0;
  border-top: 1px solid rgba(18, 211, 211, .35);
  background: radial-gradient(closest-side at 50% 0%, rgba(18, 211, 211, .12), transparent 62%);
  box-shadow: 0 -1px 60px rgba(18, 211, 211, .22);
  animation: pvArc 12s ease-in-out infinite alternate;
}
@keyframes pvArc { from { transform: translateY(0) scale(1); opacity: .85; } to { transform: translateY(-18px) scale(1.03); opacity: 1; } }

#pv .pv-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 920px; }
#pv .pv-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 15px; border-radius: 999px;
  font-size: 12px; font-weight: 500; color: #bfeff0; letter-spacing: .12em; text-transform: uppercase;
  background: rgba(18, 211, 211, .07); border: 1px solid rgba(18, 211, 211, .26);
}
#pv .pv-hero h1 {
  margin: 32px auto 0; font-size: clamp(42px, 6.6vw, 82px); line-height: 1.0;
  font-weight: 600; letter-spacing: -0.045em; max-width: 18ch;
}
#pv .pv-hero h1 span { display: block; margin-top: .06em; font-style: italic; letter-spacing: -0.05em; }
#pv .pv-lead {
  margin: 28px auto 0; max-width: 540px; font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55; color: #a9bbc2; letter-spacing: -0.015em;
}
#pv .pv-hero-cta { margin-top: 42px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
#pv .pv-stats {
  margin: 64px auto 0; max-width: 660px; display: flex; justify-content: center;
  border: 1px solid var(--pv-line); border-radius: 999px; overflow: hidden;
  background: rgba(255, 255, 255, .022); backdrop-filter: blur(10px);
}
#pv .pv-stat {
  flex: 1; padding: 18px 22px; border-left: 1px solid var(--pv-line);
  transition: background .35s ease;
}
#pv .pv-stat:first-child { border-left: 0; }
#pv .pv-stat:hover { background: rgba(18, 211, 211, .05); }
#pv .pv-stat strong { display: block; font-size: 22px; font-weight: 600; letter-spacing: -.03em; color: var(--pv-accent); }
#pv .pv-stat span { font-size: 12.5px; color: var(--pv-muted); letter-spacing: .02em; }

#pv .pv-scroll-hint {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 36px; border: 1px solid var(--pv-line-strong); border-radius: 999px; z-index: 2;
}
#pv .pv-scroll-hint span {
  position: absolute; left: 50%; top: 8px; width: 3px; height: 6px; margin-left: -1.5px;
  border-radius: 3px; background: var(--pv-accent); animation: pvScroll 1.9s var(--pv-ease) infinite;
}
@keyframes pvScroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ---------- cards ---------- */
#pv .pv-grid { display: grid; gap: 20px; }
#pv .pv-grid-3 { grid-template-columns: repeat(3, 1fr); }
#pv .pv-card, #pv .pv-case, #pv .pv-fitcard, #pv .pv-step {
  position: relative; padding: 34px 30px; border-radius: var(--pv-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid var(--pv-line); backdrop-filter: blur(12px); overflow: hidden;
  transition: transform .45s var(--pv-ease), border-color .35s ease, box-shadow .45s var(--pv-ease);
}
#pv .pv-card::before, #pv .pv-case::before, #pv .pv-step::before {
  content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .4s ease; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(18, 211, 211, .13), transparent 60%);
}
#pv .pv-card:hover, #pv .pv-case:hover, #pv .pv-step:hover {
  transform: translateY(-6px); border-color: rgba(18, 211, 211, .35);
  box-shadow: 0 26px 60px -30px rgba(0, 0, 0, .9);
}
#pv .pv-card:hover::before, #pv .pv-case:hover::before, #pv .pv-step:hover::before { opacity: 1; }
#pv .pv-num { font-size: 12px; font-weight: 600; letter-spacing: .16em; color: var(--pv-accent); margin-bottom: 18px; }
#pv .pv-card h3 { font-size: 20px; margin-bottom: 12px; }
#pv .pv-card p { font-size: 15.5px; }
#pv .pv-card-accent { border-color: rgba(18, 211, 211, .3); background: linear-gradient(180deg, rgba(18, 211, 211, .07), rgba(255, 255, 255, .015)); }

/* ---------- flow diagram ---------- */
#pv .pv-flow { position: relative; max-width: 780px; margin: 0 auto; padding-left: 42px; }
#pv .pv-flow-line { position: absolute; left: 9px; top: 12px; bottom: 12px; width: 2px; background: var(--pv-line); border-radius: 2px; overflow: hidden; }
#pv .pv-flow-line i { position: absolute; inset: 0 0 auto 0; height: 0; background: linear-gradient(180deg, var(--pv-accent), var(--pv-accent-2)); box-shadow: 0 0 16px rgba(18, 211, 211, .7); transition: height .2s linear; }
#pv .pv-flow-step { position: relative; padding: 24px 0 40px; }
#pv .pv-flow-step:last-child { padding-bottom: 0; }
#pv .pv-dot {
  position: absolute; left: -42px; top: 30px; width: 20px; height: 20px; border-radius: 50%;
  border: 1px solid var(--pv-line-strong); background: var(--pv-bg);
  display: grid; place-items: center; transition: border-color .4s ease, box-shadow .4s ease;
}
#pv .pv-dot::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--pv-muted); transition: background .4s ease, transform .4s ease; }
#pv .pv-flow-step.pv-in .pv-dot { border-color: var(--pv-accent); box-shadow: 0 0 0 5px rgba(18, 211, 211, .1); }
#pv .pv-flow-step.pv-in .pv-dot::after { background: var(--pv-accent); transform: scale(1.15); }
#pv .pv-flow-body h3 { font-size: 24px; margin-bottom: 10px; }
#pv .pv-flow-body p { font-size: 16px; max-width: 620px; }

/* ---------- fit ---------- */
#pv .pv-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
#pv .pv-fitcard { padding: 40px 36px; }
#pv .pv-fitcard header { margin-bottom: 26px; }
#pv .pv-fitcard h3 { font-size: 24px; margin-top: 16px; }
#pv .pv-tag { display: inline-block; padding: 5px 13px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
#pv .pv-tag-yes { color: var(--pv-accent); background: rgba(18, 211, 211, .1); border: 1px solid rgba(18, 211, 211, .3); }
#pv .pv-tag-no { color: var(--pv-danger); background: rgba(224, 90, 106, .09); border: 1px solid rgba(224, 90, 106, .28); }
#pv .pv-fitcard li { position: relative; padding: 13px 0 13px 32px; font-size: 15.5px; color: var(--pv-muted); border-top: 1px solid rgba(255, 255, 255, .05); }
#pv .pv-fitcard li:first-child { border-top: 0; }
#pv .pv-fitcard li::before {
  content: ''; position: absolute; left: 0; top: 19px; width: 14px; height: 8px;
  border-left: 1.6px solid var(--pv-accent); border-bottom: 1.6px solid var(--pv-accent); transform: rotate(-45deg);
}
#pv .pv-fit-no li::before {
  width: 12px; height: 12px; top: 18px; transform: none; border: 0;
  background:
    linear-gradient(45deg, transparent 45%, var(--pv-danger) 45%, var(--pv-danger) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, var(--pv-danger) 45%, var(--pv-danger) 55%, transparent 55%);
}
#pv .pv-fit-yes { border-color: rgba(18, 211, 211, .26); }

/* ---------- framework steps ---------- */
#pv .pv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#pv .pv-step { padding: 40px 34px; }
#pv .pv-step-i {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  font-size: 14px; font-weight: 600; color: var(--pv-accent);
  background: rgba(18, 211, 211, .08); border: 1px solid rgba(18, 211, 211, .25); margin-bottom: 24px;
}
#pv .pv-step h3 { font-size: 26px; margin-bottom: 14px; }
#pv .pv-step p { font-size: 15.5px; }
#pv .pv-step ul { margin-top: 24px; border-top: 1px solid rgba(255, 255, 255, .06); padding-top: 18px; }
#pv .pv-step li { font-size: 14px; color: var(--pv-muted); padding: 6px 0 6px 18px; position: relative; }
#pv .pv-step li::before { content: ''; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: var(--pv-accent); }

/* ---------- blueprint ---------- */
#pv .pv-blueprint {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start;
  padding: 64px; border-radius: 28px; position: relative;
  background: linear-gradient(150deg, rgba(18, 211, 211, .07), rgba(255, 255, 255, .02) 40%, rgba(255, 255, 255, .01));
  border: 1px solid var(--pv-line);
}
#pv .pv-blueprint::before {
  content: ''; position: absolute; inset: -1px; border-radius: 29px; padding: 1px; pointer-events: none;
  background: linear-gradient(140deg, rgba(18, 211, 211, .55), transparent 45%, rgba(18, 211, 211, .25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
#pv .pv-bp-left h2 { font-size: clamp(30px, 3.6vw, 44px); }
#pv .pv-bp-left .pv-sub { font-size: 16.5px; }
#pv .pv-bp-meta { display: flex; gap: 28px; margin: 34px 0 34px; flex-wrap: wrap; }
#pv .pv-bp-meta div { display: flex; flex-direction: column; }
#pv .pv-bp-meta strong { font-size: 26px; color: var(--pv-fg); letter-spacing: -.03em; }
#pv .pv-bp-meta span { font-size: 13px; color: var(--pv-muted); }
#pv .pv-timeline { position: relative; padding-left: 34px; }
#pv .pv-timeline::before { content: ''; position: absolute; left: 5px; top: 10px; bottom: 10px; width: 1px; background: linear-gradient(180deg, var(--pv-accent), rgba(255, 255, 255, .08)); }
#pv .pv-timeline li { position: relative; padding: 0 0 34px; }
#pv .pv-timeline li:last-child { padding-bottom: 0; }
#pv .pv-tl-dot { position: absolute; left: -34px; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: var(--pv-bg); border: 1.5px solid var(--pv-accent); box-shadow: 0 0 0 4px rgba(18, 211, 211, .08); }
#pv .pv-timeline h4 { font-size: 19px; margin-bottom: 6px; }
#pv .pv-timeline p { font-size: 15.5px; }

/* ---------- founder ---------- */
#pv .pv-founder { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 66px; align-items: center; }
#pv .pv-photo-inner {
  position: relative; aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden;
  border: 1px solid var(--pv-line); display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(18, 211, 211, .1), rgba(255, 255, 255, .02));
}
#pv .pv-photo-inner img { width: 62%; opacity: .5; filter: grayscale(1); }
#pv .pv-photo-label { position: absolute; bottom: 18px; left: 20px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--pv-muted); }
#pv .pv-founder-body h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 8px 0 26px; }
#pv .pv-founder-body p { font-size: 16.5px; margin-bottom: 18px; }
#pv .pv-signature { margin-top: 26px; font-size: 14px; color: var(--pv-accent); letter-spacing: .02em; }

/* ---------- proof ---------- */
#pv .pv-case-meta { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--pv-muted); }
#pv .pv-metric { margin: 26px 0 20px; }
#pv .pv-metric strong { display: block; font-size: 50px; font-weight: 600; letter-spacing: -.045em; line-height: 1; color: var(--pv-fg); }
#pv .pv-metric span { display: block; margin-top: 10px; font-size: 14px; color: var(--pv-accent); }
#pv .pv-case p { font-size: 15px; border-top: 1px solid rgba(255, 255, 255, .06); padding-top: 20px; }

/* ---------- FAQ ---------- */
#pv .pv-acc-item { border-bottom: 1px solid var(--pv-line); }
#pv .pv-acc-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 0; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 18px; font-weight: 500; color: var(--pv-fg); letter-spacing: -.02em;
  transition: color .25s ease;
}
#pv .pv-acc-q:hover { color: var(--pv-accent); }
#pv .pv-acc-q i { position: relative; flex: 0 0 16px; width: 16px; height: 16px; }
#pv .pv-acc-q i::before, #pv .pv-acc-q i::after {
  content: ''; position: absolute; left: 0; top: 7.5px; width: 16px; height: 1.5px; background: currentColor;
  transition: transform .35s var(--pv-ease); border-radius: 2px;
}
#pv .pv-acc-q i::after { transform: rotate(90deg); }
#pv .pv-acc-q[aria-expanded="true"] { color: var(--pv-accent); }
#pv .pv-acc-q[aria-expanded="true"] i::after { transform: rotate(0deg); }
#pv .pv-acc-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--pv-ease); }
#pv .pv-acc-a p { padding: 0 60px 28px 0; font-size: 16px; }

/* ---------- final ---------- */
#pv .pv-final { position: relative; padding: 150px 0 0; overflow: hidden; text-align: center; }
#pv .pv-final-inner { position: relative; z-index: 2; padding-bottom: 140px; }
#pv .pv-final h2 { font-size: clamp(34px, 5vw, 60px); }
#pv .pv-final p { margin: 26px auto 42px; max-width: 560px; font-size: 18px; }
#pv .pv-final-note { margin-top: 26px; font-size: 13px; letter-spacing: .06em; color: var(--pv-muted); text-transform: uppercase; }
#pv .pv-footer { position: relative; z-index: 2; border-top: 1px solid var(--pv-line); padding: 30px 0; }
#pv .pv-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
#pv .pv-footer img { height: 24px; opacity: .8; }
#pv .pv-footer span { font-size: 13px; color: var(--pv-muted); }

/* ---------- scroll reveal ---------- */
#pv .pv-reveal { opacity: 0; transform: translateY(26px); filter: blur(8px); transition: opacity .9s var(--pv-ease), transform .9s var(--pv-ease), filter .9s var(--pv-ease); }
#pv .pv-reveal.pv-in { opacity: 1; transform: none; filter: blur(0); }
#pv .pv-reveal[data-delay="1"] { transition-delay: .08s; }
#pv .pv-reveal[data-delay="2"] { transition-delay: .16s; }
#pv .pv-reveal[data-delay="3"] { transition-delay: .24s; }
#pv .pv-reveal[data-delay="4"] { transition-delay: .32s; }
#pv .pv-reveal[data-delay="5"] { transition-delay: .40s; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  #pv .pv-section { padding: 110px 0; }
  #pv .pv-grid-3, #pv .pv-steps { grid-template-columns: repeat(2, 1fr); }
  #pv .pv-blueprint { grid-template-columns: 1fr; gap: 48px; padding: 46px; }
  #pv .pv-founder { grid-template-columns: 1fr; gap: 44px; }
  #pv .pv-photo { max-width: 380px; }
  #pv .pv-links {
    position: fixed; inset: 64px 0 auto; flex-direction: column; gap: 0; padding: 14px 28px 26px;
    background: rgba(4, 7, 10, .96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--pv-line);
    transform: translateY(-140%); transition: transform .45s var(--pv-ease); margin-left: 0;
  }
  #pv .pv-links.pv-open { transform: translateY(0); }
  #pv .pv-links a { padding: 14px 0; font-size: 16px; border-bottom: 1px solid rgba(255, 255, 255, .05); }
  #pv .pv-burger { display: block; order: 3; }
  #pv .pv-nav-inner .pv-btn-sm { margin-left: auto; }
}
@media (max-width: 760px) {
  #pv { font-size: 16px; }
  #pv .pv-container { padding: 0 20px; }
  #pv .pv-section { padding: 88px 0; }
  #pv .pv-hero { padding: 76px 0 90px; }
  #pv .pv-head { margin-bottom: 48px; }
  #pv .pv-grid-3, #pv .pv-steps, #pv .pv-split { grid-template-columns: 1fr; }
  #pv .pv-stats { flex-direction: column; border-radius: 20px; }
  #pv .pv-stat { border-left: 0; border-top: 1px solid var(--pv-line); text-align: center; }
  #pv .pv-stat:first-child { border-top: 0; }
  #pv .pv-hero-grid { background-size: 44px 44px; }
  #pv .pv-hero-arc { width: 900px; margin-left: -450px; height: 900px; }

  #pv .pv-hero-cta .pv-btn { width: 100%; }
  #pv .pv-blueprint { padding: 32px 24px; border-radius: 20px; }
  #pv .pv-fitcard, #pv .pv-step { padding: 30px 24px; }
  #pv .pv-metric strong { font-size: 42px; }
  #pv .pv-acc-a p { padding-right: 0; }
  #pv .pv-nav-inner .pv-btn-sm { display: none; }
  #pv .pv-glow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  #pv .pv-reveal { opacity: 1; transform: none; filter: none; transition: none; }
  #pv .pv-aurora i, #pv .pv-scroll-hint span { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============ Inner pages / posts ============ */
#pv .pv-page { padding-top: 150px; }
#pv .pv-page-head { margin-bottom: 40px; }
#pv .pv-page-head h1 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.03em; margin: 0 0 12px; }
#pv .pv-page-thumb img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--pv-line); margin-bottom: 36px; }
#pv .pv-post-meta { color: var(--pv-dim); font-size: 14px; letter-spacing: .02em; }
#pv .pv-prose { color: var(--pv-dim); font-size: 17px; line-height: 1.75; }
#pv .pv-prose > * + * { margin-top: 20px; }
#pv .pv-prose h2 { color: var(--pv-text); font-size: 28px; letter-spacing: -.02em; margin-top: 44px; }
#pv .pv-prose h3 { color: var(--pv-text); font-size: 21px; margin-top: 34px; }
#pv .pv-prose a { color: var(--pv-accent); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); }
#pv .pv-prose a:hover { border-bottom-color: var(--pv-accent); }
#pv .pv-prose ul, #pv .pv-prose ol { padding-left: 22px; }
#pv .pv-prose li + li { margin-top: 8px; }
#pv .pv-prose img { max-width: 100%; height: auto; border-radius: 14px; }
#pv .pv-prose blockquote { margin: 0; padding: 18px 24px; border-left: 2px solid var(--pv-accent); background: rgba(255,255,255,.03); border-radius: 0 14px 14px 0; }
#pv .pv-prose code, #pv .pv-prose pre { background: rgba(255,255,255,.05); border-radius: 10px; }
#pv .pv-prose pre { padding: 18px; overflow: auto; }
#pv .pv-prose table { width: 100%; border-collapse: collapse; }
#pv .pv-prose th, #pv .pv-prose td { border: 1px solid var(--pv-line); padding: 10px 12px; text-align: left; }

#pv .pv-post-list { display: grid; gap: 18px; }
#pv .pv-post-card { border: 1px solid var(--pv-line); background: rgba(255,255,255,.02); border-radius: 18px; padding: 28px; transition: border-color .25s ease, transform .25s ease; }
#pv .pv-post-card:hover { border-color: rgba(255,255,255,.18); transform: translateY(-2px); }
#pv .pv-post-title { display: block; color: var(--pv-text); font-size: 22px; letter-spacing: -.02em; text-decoration: none; margin-bottom: 6px; }
#pv .pv-post-title:hover { color: var(--pv-accent); }
#pv .pv-post-excerpt { color: var(--pv-dim); margin-top: 12px; }
#pv .pv-post-more { color: var(--pv-accent); text-decoration: none; font-size: 14px; display: inline-block; margin-top: 14px; }
#pv .pv-page-empty { color: var(--pv-dim); }
#pv .pv-pagination, #pv .pv-post-nav { margin-top: 44px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; }
#pv .pv-pagination a, #pv .pv-post-nav a { color: var(--pv-dim); text-decoration: none; border: 1px solid var(--pv-line); border-radius: 999px; padding: 8px 16px; font-size: 14px; }
#pv .pv-pagination a:hover, #pv .pv-post-nav a:hover { color: var(--pv-text); border-color: rgba(255,255,255,.2); }
#pv .pv-pagination .nav-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
#pv .pv-page-search input[type="search"], #pv .pv-prose input[type="text"], #pv .pv-prose textarea { background: rgba(255,255,255,.03); border: 1px solid var(--pv-line); color: var(--pv-text); border-radius: 12px; padding: 12px 16px; font: inherit; }
@media (max-width: 760px) { #pv .pv-page { padding-top: 120px; } #pv .pv-post-card { padding: 22px; } }
