/* Home page styles */

/* HERO */
.hero {
  position: relative;
  padding: 40px 0 56px;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 2; }
.hero-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.hero-loc { color: var(--ink-3); }
.hero-title {
  max-width: 14ch;
  margin: 0 0 20px;
}
.accent-underline {
  position: relative;
  display: inline-block;
}
.accent-underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em;
  height: 0.08em; background: var(--accent);
  border-radius: 2px;
  transform-origin: left;
  animation: underline-in 1.4s .4s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes underline-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.hero-lede { margin: 0 0 24px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }

/* Ops panel */
.ops-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--bg-elev);
  padding: 28px;
  box-shadow: var(--shadow-m);
  max-width: 1080px;
}
.ops-head {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px; margin-bottom: 24px;
}
.ops-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.ops-cell { display: grid; gap: 10px; align-content: start; }
.ops-val {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 580;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}
.ops-val span {
  font-size: 22px; color: var(--ink-3); font-weight: 500; letter-spacing: -0.01em; margin-left: 2px;
}
.ops-sub { color: var(--ink-3); }
.ops-bar {
  height: 4px; border-radius: 999px; background: var(--bg-sunken);
  overflow: hidden;
}
.ops-bar i {
  display: block; height: 100%; background: var(--ok);
  border-radius: inherit;
  animation: bar-grow 1.6s .4s cubic-bezier(.2,.8,.2,1) both;
  transform-origin: left;
}
@keyframes bar-grow { from { transform: scaleX(0); } }
.ops-spark { color: var(--accent); height: 30px; }

@media (max-width: 900px) {
  .hero { padding: 40px 0 60px; }
  .hero-meta { margin-bottom: 40px; }
  .hero-cta { margin-bottom: 60px; }
  .ops-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 560px) {
  .hero { padding: 24px 0 40px; }
  .hero-meta { margin-bottom: 24px; font-size: 12px; gap: 8px; flex-wrap: wrap; }
  .hero-title { max-width: none; }
  .hero-lede { margin-bottom: 20px; }
  .hero-cta { margin-bottom: 36px; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .ops-panel { padding: 18px; border-radius: var(--radius-l); }
  .ops-head { padding-bottom: 12px; margin-bottom: 16px; gap: 12px; flex-wrap: wrap; }
  .ops-grid { gap: 16px; }
  .ops-val { font-size: 38px; }
  .ops-val span { font-size: 18px; }
  /* The soft orbits in the hero bg balloon past the viewport on small screens */
  .hero-bg .o1, .hero-bg .o2, .hero-bg .o3 { display: none; }
  .hero-bg::before { width: 320px; height: 320px; right: -80px; top: -60px; opacity: 0.45; }
}

/* HERO BG — soft orbits */
.hero-bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-bg .orbit {
  position: absolute; border-radius: 50%;
  border: 1px solid var(--line);
}
.hero-bg .o1 { width: 1100px; height: 1100px; right: -520px; top: -400px; opacity: 0.6; }
.hero-bg .o2 { width: 1500px; height: 1500px; right: -720px; top: -550px; opacity: 0.35; }
.hero-bg .o3 { width: 1900px; height: 1900px; right: -920px; top: -700px; opacity: 0.18; }
.hero-bg::before {
  content: "";
  position: absolute; right: -180px; top: -120px;
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in oklab, var(--accent) 32%, transparent), transparent 70%);
  filter: blur(40px);
  opacity: 0.7;
}
:root[data-theme="dark"] .hero-bg::before { opacity: 0.35; }

/* STACK STRIP */
.stack-strip { padding: 36px 0; background: var(--bg-sunken); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stack-head { display: flex; justify-content: space-between; align-items: baseline; gap: 40px; margin-bottom: 20px; flex-wrap: wrap; }
.stack-head p { margin: 0; max-width: 40ch; }
.logo-row {
  display: flex; flex-wrap: wrap; gap: 24px 40px;
  align-items: center;
  color: var(--ink);
}
.logo-row .vlogo { display: inline-flex; align-items: center; height: 26px; opacity: 0.72; transition: opacity 0.2s; }
.logo-row .vlogo svg { height: 22px; width: auto; display: block; }
.logo-row:hover .vlogo { opacity: 0.35; }
.logo-row .vlogo:hover { opacity: 1; }
/* legacy plain-text fallback (still used in a couple of sections) */
.logo-row > span:not(.vlogo) { font-family: var(--font-display); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -0.025em; opacity: 0.55; transition: opacity .2s; }
.logo-row:hover > span:not(.vlogo) { opacity: 0.25; }
.logo-row > span:not(.vlogo):hover { opacity: 1; }

/* Scrolling logo marquee */
.logo-marquee {
  overflow: hidden;
  position: relative;
  padding: 6px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
  animation: logo-scroll 60s linear infinite;
  will-change: transform;
}
.logo-track > span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.025em;
  color: var(--ink);
  opacity: 0.7;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.logo-track > span[aria-hidden="true"] {
  font-size: clamp(18px, 1.8vw, 24px);
  color: var(--ink-3);
  opacity: 0.45;
}
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-marquee:hover .logo-track > span:not([aria-hidden="true"]) { opacity: 0.4; }
.logo-marquee .logo-track > span:not([aria-hidden="true"]):hover { opacity: 1; }
@keyframes logo-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; }
}

/* PILLARS */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .pillar-grid { grid-template-columns: 1fr; } }

.pillar {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  display: grid; gap: 16px;
  align-content: start;
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (max-width: 560px) {
  .pillar { padding: 22px; border-radius: var(--radius-l); }
  .pillar .pillar-list li { grid-template-columns: 36px 1fr; gap: 10px; font-size: 14px; }
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.pillar header { display: grid; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.pillar-num { color: var(--ink-4); }
.pillar h3 { margin: 0; }
.pillar .pillar-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.pillar .pillar-list li {
  display: grid; grid-template-columns: 48px 1fr; gap: 12px;
  align-items: center;
  color: var(--ink-2); font-size: 15px;
  padding: 6px 0;
}
.pillar .pillar-list .mono { color: var(--ink-4); }
.pillar .btn-plain { justify-self: start; margin-top: 8px; }
.pillar-accent { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.pillar-accent .pillar-num { color: color-mix(in oklab, var(--bg) 50%, transparent); }
.pillar-accent h3, .pillar-accent b { color: var(--bg); }
.pillar-accent .body-m, .pillar-accent .pillar-list li { color: color-mix(in oklab, var(--bg) 78%, transparent); }
.pillar-accent header { border-color: color-mix(in oklab, var(--bg) 20%, transparent); }
.pillar-accent .btn-plain { color: var(--bg); border-color: var(--bg); }
.pillar-accent .btn-plain:hover { color: var(--accent); border-color: var(--accent); }

/* FEATURE AI */
.feature-ai-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 1000px) { .feature-ai-grid { grid-template-columns: 1fr; gap: 32px; } }

.flow-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-l);
  position: relative;
  overflow: hidden;
}
@media (max-width: 560px) {
  .flow-card { padding: 22px; border-radius: var(--radius-l); }
  .flow-steps li { grid-template-columns: 28px 1fr auto; gap: 12px; padding: 16px 0; }
  .flow-steps .step-time { font-size: 11px; }
  .stat-row { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; padding-top: 20px; }
  .stat-row p { font-size: 13px; margin-top: 6px; }
}
.flow-card::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--line) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.4;
  mask-image: radial-gradient(ellipse at top right, #000, transparent 70%);
  pointer-events: none;
}
.flow-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; position: relative; }
.flow-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; position: relative; }
.flow-steps li {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.flow-steps li:first-child { border-top: 0; }
.flow-steps li b { display: block; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.flow-steps li p { margin: 0; }
.flow-steps .step-n { color: var(--ink-4); padding-top: 2px; }
.flow-steps .step-time { color: var(--ink-3); padding-top: 2px; }
.flow-steps li.done b { color: var(--ok); }
.flow-steps li.done b::after { content: " ✓"; }

/* ==========================================================================
   Side-by-side comparison card (Typical MSP vs Techzura)
   ========================================================================== */
.compare-card { padding: 24px; }
.compare-card .flow-head .vs { color: var(--ink-4); padding: 0 4px; font-style: italic; }

.cmp-head,
.cmp-rows li {
  display: grid;
  grid-template-columns: minmax(112px, 1.1fr) minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 14px;
  align-items: start;
}

.cmp-head {
  padding: 12px 0 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
}
.cmp-head .mono { color: var(--ink-4); font-size: 10px; letter-spacing: 0.14em; }
.cmp-head .cmp-us { color: var(--accent); }

.cmp-rows { list-style: none; padding: 0; margin: 0; }
.cmp-rows li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.cmp-rows li:first-child { border-top: 0; }

.cmp-label { display: flex; flex-direction: column; gap: 2px; padding-top: 2px; }
.cmp-label .mono { color: var(--ink-4); font-size: 10px; letter-spacing: 0.14em; }
.cmp-label b { font-weight: 600; color: var(--ink); font-size: 15px; letter-spacing: -0.01em; }

.cmp-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--radius-m);
  font-size: 13px;
  line-height: 1.45;
}
.cmp-cell p { margin: 0; color: var(--ink-3); font-size: 12.5px; line-height: 1.45; }
.cmp-cell .cmp-val {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Typical MSP column — muted, recessed */
.cmp-cell.cmp-them {
  background: color-mix(in oklab, var(--line) 35%, transparent);
  color: var(--ink-3);
}
.cmp-cell.cmp-them .cmp-val {
  color: var(--ink-3);
  text-decoration: line-through;
  text-decoration-color: color-mix(in oklab, var(--ink-3) 50%, transparent);
}

/* Techzura column — accent highlight */
.cmp-cell.cmp-us {
  background: color-mix(in oklab, var(--accent) 10%, transparent);
  border: 1px solid color-mix(in oklab, var(--accent) 30%, transparent);
}
.cmp-cell.cmp-us .cmp-val { color: var(--accent); font-weight: 500; }
.cmp-cell.cmp-us p { color: var(--ink-2); }

@media (max-width: 640px) {
  .cmp-head { display: none; }
  .cmp-rows li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }
  .cmp-label { flex-direction: row; align-items: baseline; gap: 10px; padding: 0; }
  .cmp-cell::before {
    content: attr(data-col);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 2px;
  }
  .cmp-cell.cmp-them::before { content: "Typical MSP"; }
  .cmp-cell.cmp-us::before { content: "Techzura"; color: var(--accent); }
}

.feature-ai-copy h3 { margin: 0 0 20px; }
.stat-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.stat-row .display { line-height: 1; }
.stat-row p { margin: 10px 0 0; color: var(--ink-3); }
.stat-unit { font-size: 0.4em; color: var(--ink-3); font-weight: 500; margin-left: 4px; }

/* PROOF */
.proof { background: var(--bg-sunken); }
.proof-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: start;
}
.proof-quote { margin: 0; max-width: none; }
.proof-quote blockquote { margin: 0 0 28px; letter-spacing: -0.03em; }
.proof-quote .quote-dim { color: var(--ink-3); display: block; margin-top: 24px; font-size: 0.52em; line-height: 1.35; letter-spacing: -0.01em; font-weight: 450; max-width: none; }
.proof-quote figcaption { display: flex; align-items: center; gap: 14px; margin-top: 8px; padding-top: 28px; border-top: 1px solid var(--line); }
.avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #0a0a0b, #5e5e63 65%, #9a9a9f);
  border: 2px solid var(--bg-elev);
}
.proof-strip {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.proof-cell { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: start; }
.proof-cell:last-child { border-bottom: 0; }
.proof-cell .display { margin: 0; color: var(--accent); line-height: 1; }
.proof-cell p { margin: 6px 0 0; max-width: 40ch; }
@media (max-width: 960px) {
  .proof-inner { grid-template-columns: 1fr; gap: 40px; }
  .proof-cell { grid-template-columns: 96px 1fr; gap: 20px; padding: 20px 0; }
}

/* HOW */
.how-track {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  counter-reset: step;
  border-top: 1px solid var(--line);
}
.how-track li {
  padding: 28px 28px 28px 0;
  border-right: 1px solid var(--line);
  position: relative;
}
.how-track li:last-child { border-right: 0; }
.how-track li::before {
  content: ""; position: absolute; left: 0; top: -1px; width: 24px; height: 2px; background: var(--accent);
}
.how-n { color: var(--ink-3); margin-bottom: 16px; display: block; }
.how-track h4 { margin: 0 0 10px; }
.how-track p { margin: 0; max-width: 30ch; }
@media (max-width: 960px) {
  .how-track { grid-template-columns: 1fr; }
  .how-track li { border-right: 0; border-bottom: 1px solid var(--line); padding: 32px 0; }
  .how-track li:last-child { border-bottom: 0; }
}

/* PRICING */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 960px) { .plans { grid-template-columns: 1fr; } }
.plan {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  display: grid; gap: 16px;
  align-content: start;
}
@media (max-width: 560px) {
  .plan { padding: 22px; border-radius: var(--radius-l); }
  .plan-feature { transform: none; }
}
.plan header { display: grid; gap: 10px; }
.plan header .mono { color: var(--ink-3); }
.plan h3 { margin: 0; max-width: 16ch; }
.plan .price { display: flex; align-items: baseline; gap: 8px; color: var(--ink-3); border-top: 1px solid var(--line); padding-top: 16px; }
.plan .price .display { line-height: 1; letter-spacing: -0.04em; }
.plan ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: 15px; color: var(--ink-2); }
.plan ul li { position: relative; padding-left: 22px; }
.plan ul li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-wash);
  box-shadow: inset 0 0 0 2px var(--accent);
}
.plan .btn { justify-self: start; margin-top: 8px; }
.plan-feature {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
  position: relative; transform: translateY(-8px);
}
.plan-feature header .mono, .plan-feature .price, .plan-feature ul { color: color-mix(in oklab, var(--bg) 80%, transparent); }
.plan-feature .display, .plan-feature h3 { color: var(--bg); }
.plan-feature .price { border-color: color-mix(in oklab, var(--bg) 20%, transparent); }
.plan-feature ul li::before { background: color-mix(in oklab, var(--accent) 30%, transparent); box-shadow: inset 0 0 0 2px var(--accent); }

/* ==========================================================================
   Service pair (Managed IT + Managed Security) — replaces tiered plans
   ========================================================================== */
.service-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 960px) { .service-pair { grid-template-columns: 1fr; gap: 16px; } }

.svc-stack {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: grid;
  gap: 24px;
  align-content: start;
  transition: border-color .2s ease, transform .2s ease;
}
.svc-stack:hover { border-color: var(--line-2); }
.svc-stack header { display: grid; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.svc-stack header .mono { color: var(--ink-3); font-size: 11px; letter-spacing: 0.14em; }
.svc-stack h3 { margin: 0; max-width: 20ch; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; }
.svc-stack ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
  font-size: 15px; color: var(--ink-2);
}
.svc-stack ul li { position: relative; padding-left: 22px; line-height: 1.45; }
.svc-stack ul li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 10px; height: 10px; border-radius: 50%;
  background: color-mix(in oklab, var(--accent) 20%, transparent);
  box-shadow: inset 0 0 0 2px var(--accent);
}

.svc-stack-feature {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
}
.svc-stack-feature header { border-bottom-color: color-mix(in oklab, var(--bg) 20%, transparent); }
.svc-stack-feature header .mono { color: color-mix(in oklab, var(--bg) 55%, transparent); }
.svc-stack-feature h3 { color: var(--bg); }
.svc-stack-feature ul { color: color-mix(in oklab, var(--bg) 80%, transparent); }
.svc-stack-feature ul li::before {
  background: color-mix(in oklab, var(--accent) 35%, transparent);
  box-shadow: inset 0 0 0 2px var(--accent);
}

.service-note {
  margin-top: 32px;
  padding: 24px 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.service-note .mono { color: var(--ink-3); font-size: 11px; letter-spacing: 0.14em; display: block; margin-bottom: 8px; }
.service-note p { margin: 0; max-width: 60ch; color: var(--ink-2); }
.service-note .btn { flex-shrink: 0; }
@media (max-width: 640px) {
  .svc-stack { padding: 24px; border-radius: var(--radius-l); }
  .service-note { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .service-note .btn { width: 100%; justify-content: center; }
}

/* FAQ */
.faq-grid {
  display: grid; grid-template-columns: minmax(280px, 1fr) 1.6fr; gap: 56px;
}
@media (max-width: 960px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .plus {
  width: 22px; height: 22px; position: relative; flex-shrink: 0;
}
.faq-list .plus::before, .faq-list .plus::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s;
}
.faq-list .plus::before { width: 14px; height: 2px; }
.faq-list .plus::after { width: 2px; height: 14px; }
.faq-list details[open] .plus::after { transform: scaleY(0); }
.faq-list details p { margin: 18px 0 0; max-width: 62ch; color: var(--ink-2); font-size: 16px; }

/* CTA FINAL */
.cta-final { background: var(--bg); padding: 56px 0 96px; }
.cta-card {
  position: relative;
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.cta-grid { display: grid; grid-template-columns: 1.3fr 1fr; }
@media (max-width: 960px) { .cta-grid { grid-template-columns: 1fr; } }
.cta-grid-bg {
  position: absolute; inset: 0; opacity: 0.08; pointer-events: none;
}
.cta-body { padding: 52px 48px; position: relative; }
.cta-body .eyebrow { color: color-mix(in oklab, var(--bg) 60%, transparent); }
.cta-body h2 { color: var(--bg); margin: 16px 0 20px; }
.cta-body .lede { color: color-mix(in oklab, var(--bg) 75%, transparent); margin: 0 0 28px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions .btn-primary { background: var(--bg); color: var(--ink); }
.cta-actions .btn-primary:hover { background: #f0f0ec; }
.cta-actions .btn-ghost { color: var(--bg); border-color: color-mix(in oklab, var(--bg) 30%, transparent); }
.cta-actions .btn-ghost:hover { background: color-mix(in oklab, var(--bg) 10%, transparent); }

.cta-meta {
  position: relative;
  padding: 52px 48px;
  border-left: 1px solid color-mix(in oklab, var(--bg) 15%, transparent);
  display: grid; gap: 28px; align-content: center;
}
@media (max-width: 960px) { .cta-meta { border-left: 0; border-top: 1px solid color-mix(in oklab, var(--bg) 15%, transparent); padding: 48px 56px; } .cta-body { padding: 56px 40px 40px; } .cta-meta { padding: 40px 40px 56px; } }
@media (max-width: 560px) {
  .cta-final { padding: 32px 0 56px; }
  .cta-body { padding: 32px 22px 24px !important; }
  .cta-meta { padding: 24px 22px 32px !important; gap: 18px; }
  .cta-actions { gap: 10px; }
  .cta-actions .btn { flex: 1 1 100%; justify-content: center; }
}
.cta-meta-item .mono { display: block; color: color-mix(in oklab, var(--bg) 55%, transparent); margin-bottom: 10px; }
.cta-meta-item .display { color: var(--bg); }
