/* Vezra production landing page */
:root{
  --vz-navy:#0c1222;
  --vz-navy-2:#101827;
  --vz-ink:#171514;
  --vz-muted:#655f58;
  --vz-soft:#f7f4ee;
  --vz-card:#fffdf8;
  --vz-card-warm:#fff7ef;
  --vz-line:#e3ded4;
  --vz-line-dark:rgba(255,255,255,.12);
  --vz-accent:#c87537;
  --vz-accent-2:#e1975f;
  --vz-blue:#7ca1bc;
  --vz-radius:10px;
  --vz-shadow:0 24px 70px rgba(15,23,42,.12);
}

html{scroll-behavior:smooth}
.landing-page{
  margin:0;
  background:var(--vz-soft);
  color:var(--vz-ink);
  overflow-x:hidden;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.landing-page *{box-sizing:border-box;letter-spacing:0}
.landing-page a{color:inherit;text-decoration:none}
.landing-page button{font:inherit}
.landing-page img{max-width:100%;display:block}
.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;
}

.site-nav{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(12,18,34,.9);
  color:#fff;
  backdrop-filter:blur(18px);
  transition:background .2s ease,border-color .2s ease;
}
.site-nav.nav-scrolled{background:rgba(12,18,34,.98);border-color:rgba(255,255,255,.18)}
.nav-shell{
  width:min(1180px,calc(100% - 40px));
  min-height:72px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.brand-link{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:inherit;
  font-weight:850;
}
.brand-mark{
  width:36px;
  height:36px;
  overflow:hidden;
  border-radius:8px;
  background:#111827;
  border:1px solid rgba(226,156,103,.32);
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
}
.brand-mark img{
  height:34px;
  width:auto;
  max-width:none;
  object-fit:contain;
  object-position:left center;
  transform:translateX(-1px);
}
.brand-word{
  font-size:17px;
  line-height:1;
  font-weight:900;
}
.nav-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
}
.nav-mobile-only{display:none!important}
.nav-menu a,
.btn-quiet{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:9px;
  color:rgba(255,255,255,.75);
  font-size:13px;
  font-weight:780;
}
.site-nav .nav-actions .btn-primary{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  color:rgba(255,255,255,.78);
  padding:0 10px;
}
.site-nav .nav-actions .btn-primary:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
  transform:none;
}
.nav-menu a:hover,
.btn-quiet:hover{background:rgba(255,255,255,.08);color:#fff}
.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-signin{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:9px;
  color:rgba(255,255,255,.74);
  font-size:13px;
  font-weight:760;
}
.nav-signin:hover{background:rgba(255,255,255,.08);color:#fff}
.nav-signin:focus-visible{
  outline:3px solid rgba(225,151,95,.55);
  outline-offset:3px;
}
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  background:transparent;
}
.nav-toggle span:not(.sr-only){
  display:block;
  width:18px;
  height:2px;
  margin:4px auto;
  border-radius:10px;
  background:currentColor;
}

.landing-page .btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  border:1px solid transparent;
  font-weight:850;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.landing-page .btn:focus-visible,
.nav-menu a:focus-visible,
.brand-link:focus-visible,
.nav-toggle:focus-visible{
  outline:3px solid rgba(225,151,95,.55);
  outline-offset:3px;
}
.landing-page .btn-primary{
  background:var(--vz-accent);
  color:#fff;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 16px 34px rgba(138,73,29,.28);
}
.landing-page .btn-primary:hover{background:#a85d2a;transform:translateY(-1px)}
.btn-outline{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.26);
}
.btn-outline:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4)}
.btn-xl{padding:13px 24px;font-size:15px}

.hero-section{
  position:relative;
  min-height:94vh;
  padding:112px 20px 34px;
  color:#fff;
  background:
    radial-gradient(circle at 18% 14%,rgba(226,151,95,.16),transparent 28%),
    radial-gradient(circle at 84% 22%,rgba(124,161,188,.16),transparent 30%),
    linear-gradient(180deg,var(--vz-navy) 0,var(--vz-navy) 64%,var(--vz-soft) 64%);
  overflow:hidden;
}
.hero-background{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.55;
}
.ledger-line{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(226,156,103,.62),transparent);
}
.line-a{top:22%;left:-10%;width:60%;transform:rotate(-10deg)}
.line-b{top:38%;right:-18%;width:66%;transform:rotate(8deg)}
.line-c{top:52%;left:18%;width:36%;background:linear-gradient(90deg,transparent,rgba(124,161,188,.5),transparent)}
.hero-shell{
  position:relative;
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  gap:28px;
}
.hero-copy{
  max-width:920px;
  margin:0 auto;
  text-align:center;
  display:grid;
  justify-items:center;
  gap:14px;
}
.eyebrow{
  margin:0;
  color:var(--vz-accent-2);
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.08em!important;
}
.hero-copy h1{
  max-width:1000px;
  margin:0;
  color:#fff8ee;
  font-size:clamp(42px,5.35vw,66px);
  line-height:1;
  font-weight:950;
}
.hero-lede{
  max-width:780px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.7;
}
.hero-actions{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.hero-proof-line{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  font-weight:780;
}
.launch-note{
  width:min(820px,100%);
  margin:8px 0 0;
  padding:15px 18px;
  border:1px solid rgba(226,151,95,.34);
  border-radius:10px;
  background:rgba(196,115,59,.12);
  color:#fff1df;
  font-size:14px;
  font-weight:850;
  line-height:1.45;
  box-shadow:0 18px 44px rgba(8,12,20,.16);
}

.product-stage{
  width:min(1080px,100%);
  margin:0 auto;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:#0d1424;
  box-shadow:0 34px 90px rgba(8,12,20,.38);
  overflow:hidden;
}
.stage-topbar{
  height:44px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.6);
  font-size:12px;
  font-weight:800;
}
.stage-title{margin-left:0}
.command-preview{
  display:grid;
  grid-template-columns:minmax(260px,.95fr) minmax(210px,.62fr) minmax(330px,1.05fr);
  grid-template-rows:minmax(170px,auto) minmax(170px,auto);
  gap:1px;
  background:rgba(255,255,255,.08);
}
.stage-panel{
  min-width:0;
  min-height:0;
  padding:20px;
  background:#151e2e;
  color:#fff;
  overflow:hidden;
}
.stage-panel-large{
  grid-row:1 / span 2;
  display:grid;
  align-content:start;
}
.ask-panel{
  grid-column:3;
  grid-row:1 / span 2;
  display:grid;
  gap:14px;
  background:linear-gradient(180deg,#182334,#111a2a);
}
.panel-kicker{
  margin:0 0 10px;
  color:#91a2b4;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.08em!important;
}
.panel-metric{
  margin-bottom:8px;
  font-size:44px;
  line-height:.95;
  font-weight:950;
}
.panel-sub,
.stage-panel p{
  margin:0;
  color:#aeb9c7;
  font-size:13px;
  line-height:1.55;
}
.cash-river{
  height:74px;
  margin-top:20px;
  display:flex;
  align-items:end;
  gap:10px;
}
.cash-river span{
  flex:1;
  border-radius:7px 7px 0 0;
  background:linear-gradient(180deg,var(--vz-accent-2),#355d7a);
}
.safe-spend-card{
  margin-top:22px;
  padding:14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.05);
  display:grid;
  gap:5px;
}
.safe-spend-card span,
.safe-spend-card small{
  color:#9ba9b9;
  font-size:12px;
  line-height:1.4;
}
.safe-spend-card strong{
  font-size:25px;
  line-height:1;
}
.queue-row,
.signal-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.queue-row span{color:#d7dde6;font-size:13px}
.queue-row b{color:var(--vz-accent-2)}
.renewal-date{
  margin-bottom:8px;
  font-size:34px;
  line-height:1;
  font-weight:950;
}
.ask-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.ask-header .panel-kicker{margin:0}
.confidence-chip{
  flex:0 0 auto;
  padding:5px 8px;
  border:1px solid rgba(226,151,95,.24);
  border-radius:999px;
  color:#ffd3af;
  background:rgba(196,115,59,.12);
  font-size:11px;
  font-weight:900;
}
.ask-panel h2{
  max-width:430px;
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.18;
  font-weight:930;
}
.ask-panel p{font-size:14px;color:#d7dde6}
.chip-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.evidence-chips span,
.action-chips span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  font-size:12px;
  font-weight:850;
}
.evidence-chips span{
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.1);
  color:#c9d3df;
  background:rgba(255,255,255,.05);
}
.action-chips span{
  padding:7px 11px;
  border:1px solid rgba(226,151,95,.3);
  color:#fff;
  background:rgba(196,115,59,.18);
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  width:min(1080px,100%);
  margin:0 auto;
  border:1px solid var(--vz-line);
  border-radius:12px;
  overflow:hidden;
  background:var(--vz-line);
  color:#2a2927;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}
.trust-strip span{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  background:var(--vz-card);
  font-size:13px;
  font-weight:850;
}

.section-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:96px 0;
  scroll-margin-top:88px;
}
.section-anchor-alias{
  display:block;
  height:0;
  scroll-margin-top:88px;
  visibility:hidden;
}
.intro-band{padding-top:82px}
.section-heading{
  max-width:790px;
  margin:0 auto 38px;
  text-align:center;
}
.section-heading.align-left{margin:0;text-align:left}
.section-heading h2,
.security-card h2,
.final-cta h2{
  margin:8px 0 0;
  color:var(--vz-ink);
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  font-weight:950;
}
.section-heading p,
.security-card p,
.final-cta p{
  margin:14px 0 0;
  color:var(--vz-muted);
  font-size:16px;
  line-height:1.75;
}
.principle-grid,
.step-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.principle-card,
.step-card,
.workflow-card,
.competition-card,
.evidence-card{
  border:1px solid var(--vz-line);
  border-radius:var(--vz-radius);
  background:var(--vz-card);
  box-shadow:0 14px 36px rgba(15,23,42,.045);
}
.principle-card,
.competition-card,
.evidence-card{
  padding:24px;
}
.card-index,
.step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#b26734;
  font-size:12px;
  font-weight:950;
}
.card-index{margin-bottom:26px}
.principle-card h3,
.step-card h3,
.workflow-card h3,
.competition-card h3,
.evidence-card h3{
  margin:0 0 10px;
  color:var(--vz-ink);
  font-size:21px;
  line-height:1.2;
  font-weight:920;
}
.principle-card p,
.step-card p,
.workflow-card p,
.competition-card p,
.evidence-card p{
  margin:0;
  color:#635f59;
  font-size:14px;
  line-height:1.68;
}

.how-section{
  border-top:1px solid var(--vz-line);
  border-bottom:1px solid var(--vz-line);
}
.step-grid{grid-template-columns:repeat(4,1fr)}
.step-card{
  position:relative;
  padding:24px;
  overflow:hidden;
}
.step-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--vz-accent),rgba(124,161,188,.62));
}
.step-number{
  width:34px;
  height:34px;
  margin-bottom:24px;
  border:1px solid rgba(196,115,59,.28);
  border-radius:999px;
  background:rgba(196,115,59,.08);
}

.workflow-section{
  border-bottom:1px solid var(--vz-line);
}
.workflow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.workflow-card{
  min-height:250px;
  padding:22px;
  display:grid;
  align-content:start;
  gap:12px;
}
.workflow-icon{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:var(--vz-navy);
  color:#ffd3af;
  font-size:13px;
  font-weight:950;
}
.workflow-card h3{font-size:22px}
.mini-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
}
.mini-chip-row span,
.workflow-tag{
  width:max-content;
  max-width:100%;
  padding:6px 9px;
  border:1px solid rgba(196,115,59,.24);
  border-radius:999px;
  color:#a85d2a;
  background:rgba(196,115,59,.08);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

.plans-section{padding-top:86px}
.plan-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
  margin-bottom:20px;
}
.plan-card{
  display:grid;
  gap:20px;
  align-content:start;
  min-height:100%;
  padding:28px;
  border:1px solid var(--vz-line);
  border-radius:var(--vz-radius);
  background:var(--vz-card);
  box-shadow:var(--vz-shadow);
}
.plan-card-featured{
  border-color:rgba(196,115,59,.36);
  background:linear-gradient(180deg,var(--vz-card),var(--vz-card-warm));
}
.plan-card-top{
  display:grid;
  gap:10px;
}
.plan-card h3{
  margin:0;
  color:var(--vz-ink);
  font-size:30px;
  line-height:1.1;
  font-weight:950;
}
.plan-card p{
  margin:0;
  color:#615d58;
  font-size:14px;
  line-height:1.62;
}
.price-choice{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:stretch;
  gap:12px;
}
.price-box{
  min-width:0;
  padding:16px;
  border:1px solid #e8dfd4;
  border-radius:12px;
  background:#fffaf3;
  display:grid;
  gap:8px;
}
.price-box.annual{
  border-color:rgba(196,115,59,.32);
  background:rgba(196,115,59,.08);
}
.price-box span{
  color:#6d6861;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.price-box strong{
  color:var(--vz-ink);
  font-size:26px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}
.price-or{
  align-self:center;
  color:#8b8178;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.plan-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.plan-list li{
  position:relative;
  padding-left:20px;
  color:#3b3834;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}
.plan-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--vz-accent);
}
.plan-card .btn{
  width:max-content;
  max-width:100%;
  margin-top:auto;
}
.plan-matrix{
  margin-top:20px;
  border:1px solid var(--vz-line);
  border-radius:var(--vz-radius);
  overflow:hidden;
  background:var(--vz-card);
  box-shadow:0 16px 42px rgba(15,23,42,.05);
}
.plan-matrix-row{
  display:grid;
  grid-template-columns:minmax(150px,.55fr) minmax(0,1fr) minmax(0,1.15fr);
  border-top:1px solid #ece6dd;
}
.plan-matrix-row:first-child{border-top:0}
.plan-matrix-row>div{
  min-width:0;
  padding:18px 20px;
  color:#514c47;
  font-size:14px;
  line-height:1.55;
  border-left:1px solid #ece6dd;
}
.plan-matrix-row>div:first-child{
  border-left:0;
  color:var(--vz-ink);
  font-weight:900;
}
.plan-matrix-head{background:var(--vz-navy)}
.plan-matrix-head>div{
  color:#fff!important;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em!important;
  border-left-color:rgba(255,255,255,.12);
}
.competition-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.security-section{padding-top:86px}
.evidence-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:20px;
}
.evidence-card{
  background:#fffaf3;
}
.security-card{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  padding:34px;
  border-radius:var(--vz-radius);
  background:var(--vz-card);
  border:1px solid var(--vz-line);
  box-shadow:var(--vz-shadow);
}
.readiness-list{
  display:grid;
  gap:12px;
  align-content:center;
  margin:0;
  padding:0;
  list-style:none;
}
.readiness-list li{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid #ebe5dc;
  border-radius:10px;
  color:#393633;
  background:#faf7f0;
  font-weight:820;
}
.readiness-list span{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#2d8a56;
  box-shadow:0 0 0 4px rgba(45,138,86,.1);
}

.final-cta{
  padding:86px 20px;
  background:
    radial-gradient(circle at 22% 18%,rgba(226,151,95,.16),transparent 30%),
    var(--vz-navy);
  color:#fff;
}
.final-cta-inner{
  width:min(840px,100%);
  margin:0 auto;
  text-align:center;
  display:grid;
  justify-items:center;
  gap:16px;
}
.final-cta h2{color:#fff;margin:0}
.final-cta p{max-width:650px;color:rgba(255,255,255,.74);margin:0 0 4px}

.site-footer{
  background:#090e19;
  color:#fff;
  padding:54px 20px 24px;
}
.footer-shell{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1.8fr;
  gap:60px;
}
.footer-brand p{
  max-width:420px;
  color:#9ca9b8;
  font-size:14px;
  line-height:1.7;
  margin:14px 0 0;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.footer-links h3{
  margin:0 0 12px;
  font-size:12px;
  text-transform:uppercase;
  color:var(--vz-accent-2);
}
.footer-links a{
  display:block;
  min-height:32px;
  color:#c4ccd7;
  font-size:14px;
}
.footer-links a:hover{color:#fff}
.footer-bottom{
  width:min(1180px,100%);
  margin:42px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:#8b98a8;
  font-size:12px;
}

.has-js .reveal{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease,transform .55s ease;
}
.has-js .reveal.visible{opacity:1;transform:translateY(0)}
.has-js .reveal-d1{transition-delay:.08s}
.has-js .reveal-d2{transition-delay:.16s}
.has-js .reveal-d3{transition-delay:.24s}
.has-js .hero-section .reveal{opacity:1;transform:none;transition:none}

@media(max-width:1120px){
  .command-preview{
    grid-template-columns:minmax(260px,1fr) minmax(240px,.9fr);
    grid-template-rows:auto auto auto;
  }
  .stage-panel-large{grid-row:1 / span 2}
  .ask-panel{grid-column:1 / -1;grid-row:auto}
  .step-grid,
  .evidence-card-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:1040px){
  .nav-shell{
    grid-template-columns:auto auto;
    justify-content:space-between;
  }
  .nav-toggle{display:block}
  .nav-menu{
    display:none;
    position:absolute;
    left:20px;
    right:20px;
    top:78px;
    padding:10px;
    background:var(--vz-navy);
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    box-shadow:0 18px 40px rgba(0,0,0,.28);
  }
  .nav-menu.open{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
    justify-items:stretch;
  }
  .nav-mobile-only{display:flex!important}
  .nav-menu a{
    width:100%;
    justify-content:flex-start;
  }
  .nav-actions{display:none}
  .principle-grid,
  .workflow-grid,
  .competition-grid{grid-template-columns:repeat(2,1fr)}
  .plan-matrix-row{grid-template-columns:minmax(130px,.55fr) minmax(0,1fr) minmax(0,1fr)}
  .security-card,
  .footer-shell{grid-template-columns:1fr}
}

@media(max-width:760px){
  .nav-shell{
    width:min(100% - 28px,1180px);
    min-height:66px;
  }
  .brand-mark{width:36px;height:36px}
  .hero-section{
    min-height:auto;
    padding:92px 14px 30px;
    background:linear-gradient(180deg,var(--vz-navy) 0,var(--vz-navy) 76%,var(--vz-soft) 76%);
  }
  .hero-copy h1{
    font-size:38px;
    line-height:1.04;
  }
  .hero-lede{
    font-size:15.5px;
    line-height:1.6;
  }
  .hero-actions,
  .hero-actions .btn{width:100%}
  .hero-proof-line{font-size:12.5px;line-height:1.6}
  .launch-note{font-size:13px;padding:13px 14px}
  .stage-topbar{height:38px}
  .command-preview{display:block}
  .stage-panel{padding:18px}
  .stage-panel:not(.stage-panel-large):not(.ask-panel){display:none}
  .stage-panel-large{display:block;min-height:250px}
  .ask-panel{display:grid}
  .cash-river{height:52px;margin-top:16px}
  .trust-strip,
  .principle-grid,
  .step-grid,
  .workflow-grid,
  .plan-card-grid,
  .competition-grid,
  .evidence-card-grid{grid-template-columns:1fr}
  .trust-strip span{min-height:52px}
  .section-shell{
    width:min(100% - 28px,1180px);
    padding:70px 0;
  }
  .intro-band{padding-top:70px}
  .section-heading{margin-bottom:28px}
  .section-heading h2,
  .security-card h2,
  .final-cta h2{font-size:31px}
  .workflow-card{min-height:auto}
  .plan-card{padding:22px}
  .price-choice{
    grid-template-columns:1fr;
    gap:8px;
  }
  .price-or{
    justify-self:center;
    padding:2px 0;
  }
  .price-box strong{font-size:24px}
  .plan-matrix{
    display:grid;
    gap:10px;
    border:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .plan-matrix-row,
  .plan-matrix-row.plan-matrix-head{
    display:grid;
    grid-template-columns:1fr;
    border:1px solid var(--vz-line);
    border-radius:10px;
    background:var(--vz-card);
    overflow:hidden;
  }
  .plan-matrix-head{display:none!important}
  .plan-matrix-row>div{
    border-left:0;
    border-top:1px solid #ece6dd;
    padding:13px 15px;
  }
  .plan-matrix-row>div[role="cell"]::before{
    content:attr(data-plan-label);
    display:block;
    margin-bottom:5px;
    color:#8a4d23;
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em!important;
  }
  .plan-matrix-row>div:first-child{
    border-top:0;
    background:var(--vz-navy);
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.06em!important;
  }
  .security-card{padding:22px}
  .footer-links{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}

@media(max-width:430px){
  .hero-copy h1{font-size:34px}
  .panel-metric{font-size:38px}
  .ask-panel h2{font-size:20px}
  .price-box strong{white-space:normal}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .landing-page *,
  .has-js .reveal{
    transition:none!important;
    animation:none!important;
  }
}

/* ============================================================
   Premium Visual Refresh V1
   Visual-only layer. Keep routes, links, and landing structure intact.
   ============================================================ */
.landing-page.premiumVisualRefreshV1{
  --vz-navy:#080f1d;
  --vz-navy-2:#101826;
  --vz-ink:#111318;
  --vz-muted:#5b6470;
  --vz-soft:#f6f2ea;
  --vz-card:#fffefa;
  --vz-card-warm:#f9f3e8;
  --vz-line:#ded7ca;
  --vz-accent:#b86632;
  --vz-accent-2:#df9a66;
  --vz-blue:#7194ad;
  --vz-radius:8px;
  --vz-shadow:0 18px 54px rgba(8,15,29,.13);
  background:var(--vz-soft);
}

.premiumVisualRefreshV1 .site-nav{
  background:rgba(8,15,29,.94);
  border-bottom:1px solid rgba(255,255,255,.09);
  box-shadow:0 1px 0 rgba(255,255,255,.03);
}
.premiumVisualRefreshV1 .nav-shell{min-height:68px}
.premiumVisualRefreshV1 .brand-mark{
  border-radius:7px;
  border-color:rgba(223,154,102,.34);
  background:#0e1727;
}
.premiumVisualRefreshV1 .nav-menu a,
.premiumVisualRefreshV1 .btn-quiet{
  min-height:44px;
  border-radius:7px;
  color:rgba(255,255,255,.68);
  font-weight:760;
}
.premiumVisualRefreshV1 .site-nav .nav-actions .btn-primary{
  min-height:44px;
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  background:var(--vz-accent);
  padding:0 14px;
  box-shadow:0 12px 28px rgba(120,60,28,.2);
}
.premiumVisualRefreshV1 .site-nav .nav-actions .btn-primary:hover{
  background:#9d5526;
  box-shadow:0 14px 30px rgba(120,60,28,.24);
}
.premiumVisualRefreshV1 .nav-signin{
  min-height:44px;
  border-radius:7px;
  color:rgba(255,255,255,.68);
  font-weight:760;
}
.premiumVisualRefreshV1 .hero-section{
  min-height:min(880px,92vh);
  padding:104px 20px 34px;
  background:
    linear-gradient(115deg,rgba(184,102,50,.18),transparent 34%),
    linear-gradient(180deg,#080f1d 0%,#101a2c 82%,var(--vz-soft) 82%);
}
.premiumVisualRefreshV1 .ledger-line{display:none}
.premiumVisualRefreshV1 .hero-copy{
  max-width:620px;
  text-align:left;
  justify-items:start;
}
.premiumVisualRefreshV1 .eyebrow{
  color:#d88d59;
  letter-spacing:.07em!important;
}
.premiumVisualRefreshV1 .hero-copy h1{
  max-width:650px;
  font-size:clamp(42px,4.4vw,58px);
  line-height:1.02;
  font-weight:880;
  letter-spacing:0;
}
.premiumVisualRefreshV1 .hero-lede{
  max-width:590px;
  font-size:17px;
  line-height:1.62;
}
.premiumVisualRefreshV1 .hero-proof-line{
  color:rgba(255,255,255,.64);
  font-weight:720;
}
.premiumVisualRefreshV1 .launch-note{
  width:100%;
  border-color:rgba(223,154,102,.34);
  background:rgba(8,15,29,.78);
  box-shadow:none;
}
.premiumVisualRefreshV1 .landing-page .btn,
.premiumVisualRefreshV1 .btn{
  border-radius:7px;
}
.premiumVisualRefreshV1 .landing-page .btn-primary,
.premiumVisualRefreshV1 .btn-primary{
  background:var(--vz-accent);
  box-shadow:0 12px 28px rgba(120,60,28,.2);
}
.premiumVisualRefreshV1 .btn-outline{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
}
.premiumVisualRefreshV1 .product-stage{
  width:100%;
  border-radius:10px;
  border-color:rgba(255,255,255,.14);
  box-shadow:0 24px 60px rgba(3,8,18,.32);
}
.premiumVisualRefreshV1 .stage-topbar{
  height:40px;
  background:#0b1322;
}
.premiumVisualRefreshV1 .command-preview{
  background:rgba(255,255,255,.045);
}
.premiumVisualRefreshV1 .stage-panel{
  background:#121c2d;
}
.premiumVisualRefreshV1 .safe-spend-card,
.premiumVisualRefreshV1 .confidence-chip,
.premiumVisualRefreshV1 .evidence-chips span,
.premiumVisualRefreshV1 .action-chips span{
  border-radius:7px;
}
.premiumVisualRefreshV1 .trust-strip{
  border-radius:8px;
  box-shadow:0 16px 38px rgba(8,15,29,.12);
}
.premiumVisualRefreshV1 .trust-strip span{
  background:#fffdf8;
  color:#171514;
  font-weight:820;
}
.premiumVisualRefreshV1 .section-shell{
  padding:82px 0;
}
.premiumVisualRefreshV1 .intro-band{padding-top:84px}
.premiumVisualRefreshV1 .section-heading{
  max-width:840px;
}
.premiumVisualRefreshV1 .section-heading h2,
.premiumVisualRefreshV1 .security-card h2,
.premiumVisualRefreshV1 .final-cta h2{
  font-size:clamp(30px,3.2vw,44px);
  letter-spacing:0;
  font-weight:860;
}
.premiumVisualRefreshV1 .section-heading p,
.premiumVisualRefreshV1 .security-card p,
.premiumVisualRefreshV1 .final-cta p{
  color:#59616b;
  line-height:1.65;
}
.premiumVisualRefreshV1 .principle-card,
.premiumVisualRefreshV1 .step-card,
.premiumVisualRefreshV1 .workflow-card,
.premiumVisualRefreshV1 .competition-card,
.premiumVisualRefreshV1 .evidence-card,
.premiumVisualRefreshV1 .plan-card,
.premiumVisualRefreshV1 .security-card{
  border-radius:8px;
  border-color:rgba(25,32,42,.11);
  background:#fffefa;
  box-shadow:0 1px 0 rgba(8,15,29,.04);
}
.premiumVisualRefreshV1 .principle-card:hover,
.premiumVisualRefreshV1 .step-card:hover,
.premiumVisualRefreshV1 .workflow-card:hover,
.premiumVisualRefreshV1 .competition-card:hover,
.premiumVisualRefreshV1 .evidence-card:hover{
  border-color:rgba(25,32,42,.15);
}
.premiumVisualRefreshV1 .workflow-card{
  background:#0e1727;
}
.premiumVisualRefreshV1 .workflow-card h3{
  color:#f7fafc;
}
.premiumVisualRefreshV1 .workflow-card p{
  color:#c5cfdd;
}
.premiumVisualRefreshV1 .workflow-card .mini-chip-row span{
  border-color:rgba(231,147,84,.42);
  background:rgba(231,147,84,.12);
  color:#f2a66d;
}
.premiumVisualRefreshV1 .plan-card-featured{
  border-color:rgba(184,102,50,.28);
  background:linear-gradient(180deg,#fffefa,#fbf4ea);
}
.premiumVisualRefreshV1 .plan-matrix{
  border-radius:8px;
  box-shadow:0 14px 34px rgba(8,15,29,.07);
}
.premiumVisualRefreshV1 .plan-matrix-head{
  background:#0e1727;
}
.premiumVisualRefreshV1 .final-cta{
  background:
    linear-gradient(115deg,rgba(184,102,50,.16),transparent 34%),
    #080f1d;
}
.premiumVisualRefreshV1 .site-footer{
  background:#070d18;
}

@media(min-width:980px){
  .premiumVisualRefreshV1 .hero-shell{
    grid-template-columns:minmax(0,.82fr) minmax(470px,1fr);
    gap:46px;
    align-items:center;
  }
  .premiumVisualRefreshV1 .hero-copy{
    margin:0;
  }
  .premiumVisualRefreshV1 .product-stage{
    margin:0;
  }
  .premiumVisualRefreshV1 .command-preview{
    grid-template-columns:minmax(230px,1fr) minmax(180px,.72fr);
    grid-template-rows:auto auto auto;
  }
  .premiumVisualRefreshV1 .stage-panel-large{
    grid-column:1;
    grid-row:1 / span 2;
  }
  .premiumVisualRefreshV1 .ask-panel{
    grid-column:1 / -1;
    grid-row:3;
  }
  .premiumVisualRefreshV1 .ask-panel h2{
    max-width:100%;
    font-size:22px;
  }
  .premiumVisualRefreshV1 .trust-strip{
    grid-column:1 / -1;
    width:100%;
  }
}

@media(max-width:979px){
  .premiumVisualRefreshV1 .hero-copy{
    margin:0 auto;
    text-align:center;
    justify-items:center;
  }
  .premiumVisualRefreshV1 .hero-section{
    min-height:auto;
  }
}

@media(max-width:760px){
  .premiumVisualRefreshV1 .hero-section{
    padding-top:90px;
    overflow:hidden;
    background:linear-gradient(180deg,#080f1d 0%,#101a2c 78%,var(--vz-soft) 78%);
  }
  .premiumVisualRefreshV1 .hero-shell,
  .premiumVisualRefreshV1 .hero-copy,
  .premiumVisualRefreshV1 .product-stage,
  .premiumVisualRefreshV1 .trust-strip{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .premiumVisualRefreshV1 .hero-shell{
    display:block;
  }
  .premiumVisualRefreshV1 .hero-copy{
    display:grid;
    justify-items:start;
    margin:0;
    padding:0 6px;
    text-align:left;
  }
  .premiumVisualRefreshV1 .hero-copy .eyebrow{
    width:100%;
    font-size:10.5px;
    line-height:1.35;
    white-space:normal;
  }
  .premiumVisualRefreshV1 .hero-copy h1{
    width:100%;
    font-size:28px;
    line-height:1.08;
    overflow-wrap:break-word;
  }
  .premiumVisualRefreshV1 .hero-lede,
  .premiumVisualRefreshV1 .hero-proof-line,
  .premiumVisualRefreshV1 .launch-note,
  .premiumVisualRefreshV1 .hero-actions{
    width:100%;
    max-width:100%;
  }
  .premiumVisualRefreshV1 .section-shell{
    padding:64px 0;
  }
}
