/* ============ ReplyMind PRO — premium layer (refined) ============ */
/* Loaded AFTER styles.css. Gold is a RARE metallic accent, not an outline. */

:root {
  /* Refined champagne — softer, brushed, less saturated than before */
  --gold: #d8b878;
  --gold-hi: #f6e8c8;
  --gold-deep: #b58d4e;
  --gold-grad: linear-gradient(135deg, #f6e8c8 0%, #dcc089 44%, #b58d4e 100%);
  --gold-text: linear-gradient(180deg, #f7ebcf 0%, #ddc28b 56%, #c4a363 100%);
  --gold-metal: linear-gradient(100deg, #b58d4e 0%, #d8b878 26%, #f6e8c8 46%, #d8b878 66%, #b58d4e 100%);
  --gold-soft: rgba(216, 184, 120, 0.08);
  --gold-line: rgba(216, 184, 120, 0.20);
  --gold-ink: #e6cd94;

  /* Warmer near-black base for Pro */
  --pro-bg: #07060a;
}

/* Deeper, warmer canvas + soft vignette for depth */
.pro-page { background: var(--pro-bg); }
.pro-page .bg-mesh {
  background:
    radial-gradient(58% 48% at 84% -4%, rgba(216,184,120,0.12) 0%, transparent 58%),
    radial-gradient(48% 40% at 6% 24%, rgba(96,130,246,0.12) 0%, transparent 60%),
    radial-gradient(44% 40% at 62% 96%, rgba(124,58,237,0.12) 0%, transparent 62%);
  filter: blur(50px);
}
.pro-page .bg-field::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 50% 0%, transparent 55%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.pro-page .bg-grid { opacity: 0.7; }

/* Metallic sheen sweep — reserved for solid-gold elements */
@keyframes goldSheen {
  0% { background-position: -160% 0; }
  100% { background-position: 260% 0; }
}
.metallic {
  background: var(--gold-metal);
  background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
}

/* ===== Pro tag — calm dark pill, gold ink only ===== */
.pro-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 13px 5px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line);
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.pro-tag .pip {
  display: inline-grid;
  place-items: center;
  width: 17px; height: 17px;
  border-radius: 5px;
  background: var(--gold-metal);
  background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
  color: #2a1d00;
  font-size: 9px;
  font-weight: 700;
}

/* Nav: small metallic PRO chip + refined gold CTA */
.nav-brand .pro-chip {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  background: var(--gold-metal);
  background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
  color: #2a1d00;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  transform: translateY(-1px);
}
.nav-cta.gold {
  position: relative;
  background: transparent;
  color: var(--gold-ink);
  border: 1px solid var(--gold-line);
  font-weight: 500;
  overflow: hidden;
}
.nav-cta.gold:hover {
  background: var(--gold-soft);
  border-color: rgba(216,184,120,0.4);
}
.nav-cta.gold .dot { background: var(--gold); box-shadow: 0 0 8px rgba(216,184,120,0.6); }

/* Gold text helper */
.gold-text {
  background: var(--gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Primary gold button — solid metal, the one place gold goes loud */
.btn-gold {
  position: relative;
  background: var(--gold-grad);
  color: #2a1d00;
  font-weight: 600;
  box-shadow: 0 10px 34px -12px rgba(216,184,120,0.55), inset 0 1px 0 rgba(255,255,255,0.45);
  overflow: hidden;
}
.btn-gold::after {
  content: "";
  position: absolute; top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg);
  transition: left 0.5s ease;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px -14px rgba(216,184,120,0.7), inset 0 1px 0 rgba(255,255,255,0.55);
}
.btn-gold:hover::after { left: 130%; }

/* Eyebrow gold variant — quiet */
.section-eyebrow.gold {
  color: var(--gold-ink);
  border-color: var(--gold-line);
  background: var(--gold-soft);
}
h1.hero-h .gold-em,
h2.section-h .gold-em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  background: var(--gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ===== Hero: guardrail pipeline — deep glass console ===== */
.pipe {
  position: relative;
  background:
    linear-gradient(180deg, rgba(18,16,22,0.86) 0%, rgba(9,8,13,0.92) 100%);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xl);
  padding: 26px;
  box-shadow: 0 40px 100px -40px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
}
.pipe::before {
  content: "";
  position: absolute;
  top: -1px; left: 14%; right: 14%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}
.pipe-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pipe-head .g { display: inline-flex; align-items: center; gap: 9px; }
.pipe-head .g .led {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px var(--gold);
  animation: pulseDot 2s ease-in-out infinite;
}

.pipe-comment {
  margin: 18px 0;
  display: grid; grid-template-columns: 34px 1fr; gap: 11px;
}
.pipe-comment .c-body { font-size: 13.5px; }

.pipe-stages { display: flex; flex-direction: column; gap: 0; position: relative; }
.pipe-stage {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  position: relative;
}
.pipe-stage .node {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--line);
  color: var(--ink-3);
  transition: 0.45s cubic-bezier(0.2,0.7,0.2,1);
  position: relative;
  z-index: 2;
}
.pipe-stage .node svg { width: 17px; height: 17px; }
.pipe-stage:not(:last-child) .node::after {
  content: "";
  position: absolute;
  top: 100%; left: 50%; transform: translateX(-50%);
  width: 2px; height: 24px;
  background: var(--line);
  z-index: 1;
  transition: 0.45s;
}
.pipe-stage .label { transition: 0.45s; }
.pipe-stage .label strong { display: block; font-size: 14px; font-weight: 500; color: var(--ink-2); }
.pipe-stage .label span { font-size: 12px; color: var(--ink-3); font-family: 'Geist Mono', monospace; }
.pipe-stage .stat {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  opacity: 0;
  transition: 0.45s;
}
.pipe-stage.lit .node {
  background: linear-gradient(135deg, rgba(216,184,120,0.18), rgba(216,184,120,0.06));
  border-color: var(--gold-line);
  color: var(--gold-hi);
  box-shadow: 0 0 26px -6px rgba(216,184,120,0.55);
}
.pipe-stage.lit:not(:last-child) .node::after {
  background: linear-gradient(180deg, var(--gold), var(--line));
}
.pipe-stage.lit .label strong { color: var(--ink); }
.pipe-stage.lit .stat { opacity: 1; color: var(--gold-ink); }

/* Float cards on hero — neutral glass, gold icon ink only */
.pro-page .float-card .ico {
  background: rgba(216,184,120,0.08);
  color: var(--gold);
}

/* ===== Coverage / Standards split ===== */
.halves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
}
@media (max-width: 880px) { .halves { grid-template-columns: 1fr; } }
.half {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0.004));
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.half:hover { border-color: var(--line-strong); }
.half.standards { background: linear-gradient(180deg, rgba(216,184,120,0.05), rgba(255,255,255,0.004)); }
.half.standards::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
}
.half .kicker {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.half.coverage .kicker { color: var(--blue-2); }
.half.standards .kicker { color: var(--gold-ink); }
.half h3 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.half h3 em { font-family: 'Instrument Serif', serif; font-style: italic; }
.half.coverage h3 em { color: var(--blue-2); }
.half.standards h3 em { color: var(--gold-ink); }
.half p.lead { margin-top: 12px; color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }
.half ul { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 11px; }
.half li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-2);
}
.half li svg { width: 16px; height: 16px; flex-shrink: 0; }
.half.coverage li svg { color: var(--blue-2); }
.half.standards li svg { color: var(--gold); }
.half .vs-tag {
  position: absolute;
  top: 30px; right: 30px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 42px;
  opacity: 0.1;
}

/* ===== Pro feature grid — neutral hairlines, gold ink icons ===== */
.pro-features {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
@media (max-width: 880px) { .pro-features { grid-template-columns: repeat(6, 1fr); } }
.pf {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004));
  transition: 0.3s cubic-bezier(0.2,0.7,0.2,1);
  overflow: hidden;
}
.pf::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(240px 180px at var(--mx,50%) var(--my,30%), rgba(216,184,120,0.07), transparent 70%);
  opacity: 0; transition: 0.3s; pointer-events: none;
}
.pf:hover::after { opacity: 1; }
.pf:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -34px rgba(0,0,0,0.8);
}
/* Icon: recessed dark chip, gold ink — NOT an outlined gold box */
.pf .ico {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--gold);
  margin-bottom: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.pf .ico svg { width: 18px; height: 18px; }
.pf h3 { font-size: 17.5px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 9px; }
.pf p { font-size: 13.5px; color: var(--ink-2); line-height: 1.58; }
.pf p b { color: var(--ink); font-weight: 500; }
.pf .tagrow { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.pf.span-6 { grid-column: span 6; }
.pf.span-4 { grid-column: span 4; }
.pf.span-8 { grid-column: span 8; }
.pf.span-12 { grid-column: span 12; }
@media (max-width: 880px) {
  .pf.span-6, .pf.span-4, .pf.span-8, .pf.span-12 { grid-column: span 6; }
}

/* ===== Marquee feature blocks ===== */
.marquee {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 52px;
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}
.marquee.rev { grid-template-columns: 1.05fr 1fr; }
.marquee.rev .mq-copy { order: 2; }
.marquee.rev .mq-visual { order: 1; }
@media (max-width: 920px) {
  .marquee, .marquee.rev { grid-template-columns: 1fr; gap: 34px; }
  .marquee.rev .mq-copy, .marquee.rev .mq-visual { order: 0; }
}
.mq-copy .pro-tag { margin-bottom: 20px; }
.mq-copy h3 {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 500;
}
.mq-copy h3 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; }
.mq-copy h3 .gold-em { background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mq-copy p { margin-top: 16px; font-size: 15.5px; color: var(--ink-2); line-height: 1.62; max-width: 480px; }
.mq-points { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.mq-point { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: var(--ink-2); }
.mq-point svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.mq-point b { color: var(--ink); font-weight: 500; }

/* visual frame — neutral premium glass, single gold hairline */
.mq-frame {
  background: linear-gradient(180deg, rgba(16,15,20,0.78), rgba(8,8,13,0.9));
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xl);
  padding: 24px;
  box-shadow: 0 36px 90px -40px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}
.mq-frame::before {
  content: ""; position: absolute; top: -1px; left: 16%; right: 16%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
}
.mq-frame .frame-head {
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Geist Mono', monospace; font-size: 10.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
  padding-bottom: 15px; margin-bottom: 17px; border-bottom: 1px solid var(--line);
}

/* Rule builder */
.rule {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  margin-bottom: 10px;
  font-size: 13px;
  transition: 0.35s cubic-bezier(0.2,0.7,0.2,1);
}
.rule .ord {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 22px; color: var(--ink-3); width: 24px; text-align: center;
}
.rule .cond { color: var(--ink-2); }
.rule .cond code {
  font-family: 'Geist Mono', monospace; font-size: 11.5px;
  color: var(--gold-ink); background: var(--gold-soft);
  padding: 1px 6px; border-radius: 5px;
}
.rule .act {
  font-family: 'Geist Mono', monospace; font-size: 10.5px;
  padding: 4px 10px; border-radius: 999px;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid var(--line); color: var(--ink-2);
  white-space: nowrap;
}
.rule .act.skip { color: #f0a3a3; border-color: rgba(240,163,163,0.28); background: rgba(240,163,163,0.07); }
.rule .act.flag { color: var(--gold-ink); border-color: var(--gold-line); background: var(--gold-soft); }
.rule .act.tone { color: var(--blue-2); border-color: rgba(96,165,250,0.28); background: rgba(96,165,250,0.07); }
.rule .act.prompt { color: #86e0a6; border-color: rgba(134,224,166,0.28); background: rgba(134,224,166,0.07); }
.rule.matched {
  border-color: var(--gold-line);
  background: linear-gradient(135deg, rgba(216,184,120,0.12), rgba(216,184,120,0.04));
  box-shadow: 0 0 30px -10px rgba(216,184,120,0.55);
  transform: scale(1.015);
}
.rule.matched .ord { color: var(--gold); }
.rule.dimmed { opacity: 0.38; }
.rule-result {
  margin-top: 15px; padding-top: 15px; border-top: 1px dashed var(--line);
  font-family: 'Geist Mono', monospace; font-size: 11.5px; color: var(--ink-3);
  display: flex; align-items: center; gap: 8px;
}
.rule-result b { color: var(--gold-ink); font-weight: 500; }

/* Sentiment meter */
.senti-comment {
  font-size: 13.5px; color: var(--ink-2); font-style: italic;
  padding: 14px; border-radius: var(--r-md);
  background: rgba(255,255,255,0.03); border-left: 2px solid var(--ink-3);
  margin-bottom: 20px;
}
.senti-meter {
  height: 12px; border-radius: 999px;
  background: linear-gradient(90deg, #d96a6a 0%, #d8b878 50%, #6abf86 100%);
  position: relative; margin: 26px 0 14px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}
.senti-needle {
  position: absolute; top: -6px;
  width: 4px; height: 24px; border-radius: 4px;
  background: white; box-shadow: 0 0 12px rgba(255,255,255,0.85);
  left: 18%;
  transition: left 1.1s cubic-bezier(0.2,0.8,0.2,1);
}
.senti-scale {
  display: flex; justify-content: space-between;
  font-family: 'Geist Mono', monospace; font-size: 10px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3);
}
.senti-actions { margin-top: 22px; display: flex; flex-direction: column; gap: 8px; }
.senti-act {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 14px; border-radius: var(--r-md);
  border: 1px solid var(--line); background: rgba(255,255,255,0.02);
  font-size: 13px; color: var(--ink-2);
}
.senti-act.on {
  border-color: rgba(240,163,163,0.32);
  background: rgba(240,163,163,0.07);
  color: var(--ink);
}
.senti-act .k {
  width: 22px; height: 22px; border-radius: 6px;
  display: grid; place-items: center; flex-shrink: 0;
  background: rgba(255,255,255,0.05); color: var(--ink-3);
}
.senti-act.on .k { background: rgba(240,163,163,0.16); color: #f0a3a3; }
.senti-act .k svg { width: 12px; height: 12px; }

/* Email approval card */
.email-card {
  background: #0c0b11;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  overflow: hidden;
}
.email-top {
  padding: 14px 16px; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 11px;
}
.email-top .from-ic {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--gold-metal); background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
  display: grid; place-items: center; color: #2a1d00;
}
.email-top .from-ic svg { width: 16px; height: 16px; }
.email-top .meta strong { display: block; font-size: 13.5px; color: var(--ink); }
.email-top .meta span { font-size: 11.5px; color: var(--ink-3); font-family: 'Geist Mono', monospace; }
.email-body { padding: 18px 16px; }
.email-body .subj { font-size: 14.5px; font-weight: 500; color: var(--ink); margin-bottom: 12px; }
.email-quote {
  font-size: 13px; color: var(--ink-2); line-height: 1.55;
  padding: 12px 14px; border-radius: 8px;
  background: rgba(255,255,255,0.03); border-left: 2px solid var(--gold);
  margin-bottom: 16px;
}
.email-quote .who { font-family: 'Geist Mono', monospace; font-size: 10.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.email-actions { display: flex; gap: 10px; }
.email-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px; border-radius: 10px; font-size: 13px; font-weight: 500;
  font-family: inherit; cursor: pointer; border: 1px solid transparent;
  transition: 0.2s;
}
.email-btn.approve { background: var(--gold-grad); color: #2a1d00; }
.email-btn.approve:hover { filter: brightness(1.05); transform: translateY(-1px); }
.email-btn.reject { background: transparent; border-color: var(--line-strong); color: var(--ink-2); }
.email-btn.reject:hover { border-color: #f0a3a3; color: #f0a3a3; }
.email-btn svg { width: 14px; height: 14px; }
.email-foot {
  padding: 10px 16px; border-top: 1px solid var(--line);
  font-family: 'Geist Mono', monospace; font-size: 10.5px; color: var(--ink-3);
  display: flex; align-items: center; gap: 7px;
}
.email-foot .clock { color: var(--gold-ink); }

/* Analytics dashboard */
.analytics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.an-kpi {
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 16px; background: rgba(255,255,255,0.02);
}
.an-kpi .kn {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 38px; line-height: 1;
  background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.an-kpi .kl {
  margin-top: 6px; font-family: 'Geist Mono', monospace; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
}
.an-chart {
  grid-column: span 2;
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px; background: rgba(255,255,255,0.02);
}
.an-chart .ct {
  font-family: 'Geist Mono', monospace; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
  margin-bottom: 16px; display: flex; justify-content: space-between;
}
.bars {
  display: flex; align-items: flex-end; gap: 8px; height: 110px;
}
.bar {
  flex: 1; border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold-deep));
  height: 0;
  transition: height 1s cubic-bezier(0.2,0.8,0.2,1);
  position: relative;
}
.bar.alt { background: linear-gradient(180deg, #8ec5ff, #3b6fd4); }
.bars-x {
  display: flex; gap: 8px; margin-top: 8px;
}
.bars-x span {
  flex: 1; text-align: center;
  font-family: 'Geist Mono', monospace; font-size: 9.5px; color: var(--ink-3);
}

/* ===== Trio cards ===== */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 880px) { .trio { grid-template-columns: 1fr; } }
.trio-card {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px; background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004));
  position: relative; overflow: hidden; transition: 0.3s cubic-bezier(0.2,0.7,0.2,1);
}
.trio-card:hover { border-color: var(--line-strong); transform: translateY(-5px); box-shadow: 0 26px 64px -36px rgba(0,0,0,0.8); }
.trio-card .ico {
  width: 48px; height: 48px; border-radius: 13px;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--gold); margin-bottom: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.trio-card .ico svg { width: 21px; height: 21px; }
.trio-card h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 10px; }
.trio-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.trio-card .stars-row { display: flex; gap: 3px; margin-top: 18px; color: var(--gold); }
.trio-card .stars-row svg { width: 16px; height: 16px; }

/* ===== Comparison table ===== */
.cmp {
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16,15,20,0.55), rgba(8,8,13,0.65));
}
.cmp-row {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  align-items: center;
}
.cmp-row > div { padding: 16px 22px; }
.cmp-head {
  position: sticky; top: 68px; z-index: 10;
  background: rgba(9,8,13,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-strong);
}
.cmp-head .feat-col { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.cmp-head .col { text-align: center; }
.cmp-head .col .nm { font-size: 16px; font-weight: 600; }
.cmp-head .col.free .nm { color: var(--ink-2); }
.cmp-head .col.pro .nm { background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cmp-head .col .px { font-family: 'Geist Mono', monospace; font-size: 11px; color: var(--ink-3); margin-top: 3px; }
.cmp-head .col.pro { background: var(--gold-soft); position: relative; }
.cmp-head .col.pro::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold-grad);
}
.cmp-body .cmp-row { border-top: 1px solid var(--line); transition: background 0.2s; }
.cmp-body .cmp-row:hover { background: rgba(255,255,255,0.015); }
.cmp-feat { font-size: 14.5px; color: var(--ink); }
.cmp-feat small { display: block; color: var(--ink-3); font-size: 12px; margin-top: 2px; }
.cmp-cell { text-align: center; }
.cmp-cell.pro-cell { background: rgba(216,184,120,0.04); }
.cmp-val {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13px; color: var(--ink-2);
}
.cmp-check { color: var(--gold); }
.cmp-check.blue { color: var(--blue-2); }
.cmp-dash { color: var(--ink-3); opacity: 0.45; font-size: 18px; }
.cmp-cell .tx { font-family: 'Geist Mono', monospace; font-size: 11.5px; color: var(--ink-2); }
@media (max-width: 720px) {
  .cmp-row { grid-template-columns: 1.4fr 0.8fr 0.8fr; }
  .cmp-row > div { padding: 13px 12px; }
  .cmp-feat { font-size: 13px; }
}

/* ===== Pricing ===== */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 880px) { .pricing { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }
.tier {
  border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 36px 30px; background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004));
  display: flex; flex-direction: column; position: relative; overflow: hidden;
  transition: 0.3s cubic-bezier(0.2,0.7,0.2,1);
}
.tier:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.tier.featured {
  border-color: var(--gold-line);
  background: linear-gradient(180deg, rgba(216,184,120,0.07), rgba(255,255,255,0.004));
  box-shadow: 0 50px 120px -55px rgba(216,184,120,0.45);
}
.tier.featured::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold-metal); background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
}
.tier .ribbon {
  position: absolute; top: 18px; right: 18px;
  font-family: 'Geist Mono', monospace; font-size: 9.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  background: var(--gold-metal); background-size: 260% 100%;
  animation: goldSheen 7s linear infinite;
  color: #2a1d00; font-weight: 700;
}
.tier .t-name { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.tier .t-price { margin-top: 18px; display: flex; align-items: baseline; gap: 4px; }
.tier .t-price .cur { font-size: 22px; color: var(--ink-2); }
.tier .t-price .amt { font-size: 58px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.tier.featured .t-price .amt { background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tier .t-price .per { font-size: 14px; color: var(--ink-3); }
.tier .t-sites { margin-top: 12px; font-size: 14px; color: var(--ink-2); }
.tier .t-sites b { color: var(--ink); }
.tier ul { list-style: none; margin: 24px 0; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.tier li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ink-2); }
.tier li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.tier .t-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px; border-radius: 999px; font-size: 14.5px; font-weight: 500;
  font-family: inherit; cursor: pointer; transition: 0.2s; width: 100%;
  border: 1px solid var(--line-strong); background: rgba(255,255,255,0.03); color: var(--ink);
}
.tier .t-cta:hover { background: rgba(255,255,255,0.07); border-color: var(--gold-line); }
.tier.featured .t-cta {
  position: relative; overflow: hidden;
  background: var(--gold-grad); color: #2a1d00; border-color: transparent; font-weight: 600;
}
.tier.featured .t-cta::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg); transition: left 0.5s ease;
}
.tier.featured .t-cta:hover::after { left: 130%; }
.tier .t-cta svg { width: 15px; height: 15px; }
.price-note {
  text-align: center; margin-top: 28px;
  font-family: 'Geist Mono', monospace; font-size: 11.5px; color: var(--ink-3);
  letter-spacing: 0.04em;
}
.price-note a { color: var(--gold-ink); }

/* ===== Pro section on home page (kept; inherits refined tokens) ===== */
.home-pro {
  position: relative;
  border: 1px solid var(--gold-line);
  border-radius: var(--r-xl);
  padding: 56px 48px;
  overflow: hidden;
  background:
    radial-gradient(70% 120% at 85% 0%, rgba(216,184,120,0.12) 0%, transparent 60%),
    linear-gradient(180deg, rgba(20,18,12,0.5), rgba(8,8,13,0.6));
}
.home-pro::before {
  content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.home-pro-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
}
@media (max-width: 920px) { .home-pro-grid { grid-template-columns: 1fr; gap: 32px; } }
.home-pro h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3.6vw, 46px); line-height: 1.06; letter-spacing: -0.03em; font-weight: 500;
}
.home-pro h2 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-pro p { margin-top: 18px; font-size: 16px; color: var(--ink-2); line-height: 1.6; max-width: 460px; }
.home-pro .hp-cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.hp-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-item {
  display: flex; align-items: center; gap: 11px;
  padding: 15px 16px; border-radius: var(--r-md);
  border: 1px solid var(--line); background: rgba(255,255,255,0.025);
  font-size: 13.5px; color: var(--ink-2); transition: 0.25s;
}
.hp-item:hover { border-color: var(--gold-line); background: var(--gold-soft); color: var(--ink); }
.hp-item .ic { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.hp-item .ic svg { width: 15px; height: 15px; }

/* util */
.center-narrow { max-width: 760px; margin: 0 auto; text-align: center; }
