/* GS Virtual Push - components layered on landing.css (shares its custom properties) */

/* ---------------- hero extras ---------------- */
.push-hero { text-align: center; padding-top: 84px; }
.push-hero .eyebrow {
  display: inline-block; padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--c-line); color: var(--c-accent);
  background: rgba(34,211,238,.08); font-size: 13px; font-weight: 700;
  letter-spacing: .3px; margin-bottom: 20px;
}
.push-hero .lede {
  max-width: 62ch; margin: 18px auto 0; color: var(--c-muted);
  font-size: 18px; line-height: 1.65;
}
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.trust {
  list-style: none; padding: 0; margin: 30px auto 0; max-width: 720px;
  display: flex; gap: 10px 26px; justify-content: center; flex-wrap: wrap;
  color: var(--c-muted); font-size: 14px;
}
.trust li { position: relative; padding-left: 22px; }
.trust li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 12px; height: 7px; border-left: 2px solid var(--c-good);
  border-bottom: 2px solid var(--c-good); transform: rotate(-45deg);
}

/* ---------------- live subscribe tool ---------------- */
.push-tool {
  border: 1px solid var(--c-line); border-radius: var(--radius);
  background: linear-gradient(180deg, var(--c-panel) 0%, var(--c-bg2) 100%);
  box-shadow: var(--shadow); padding: 26px; max-width: 780px; margin: 0 auto;
}
.tool-status {
  display: flex; align-items: center; gap: 10px; font-weight: 700;
  font-size: 15px; color: var(--c-muted);
}
.tool-status .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--c-muted); flex: 0 0 auto;
}
.tool-status[data-state="loading"] .dot { background: var(--c-warn); animation: pushpulse 1.1s ease-in-out infinite; }
.tool-status[data-state="ok"]      .dot { background: var(--c-good); }
.tool-status[data-state="ok"]      { color: var(--c-good); }
.tool-status[data-state="warn"]    .dot { background: var(--c-warn); }
.tool-status[data-state="warn"]    { color: var(--c-warn); }
.tool-status[data-state="error"]   .dot { background: #f87171; }
.tool-status[data-state="error"]   { color: #f87171; }

@keyframes pushpulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

.tool-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0 12px; }
.tool-actions .btn[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; }
.tool-note { color: var(--c-muted); font-size: 14px; margin: 0 0 20px; }

.tool-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  border-top: 1px solid var(--c-line); padding-top: 20px;
}
.stat { text-align: center; }
.stat-num { font-size: 26px; font-weight: 900; letter-spacing: -.4px; }
.stat-lab { color: var(--c-muted); font-size: 12.5px; text-transform: uppercase; letter-spacing: .6px; }

@media (max-width: 560px) {
  .tool-stats { grid-template-columns: 1fr; }
}

/* ---------------- how it works ---------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  border: 1px solid var(--c-line); border-radius: var(--radius);
  background: var(--c-panel); padding: 24px; position: relative;
}
.step h3 { margin: 14px 0 8px; font-size: 18px; }
.step p { color: var(--c-muted); margin: 0; }
.step-n {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--c-grad); color: #05070f; font-weight: 900; font-size: 17px;
}
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------------- platform badges ---------------- */
.badges { display: flex; flex-wrap: wrap; gap: 9px; }
.badge {
  border: 1px solid var(--c-line); border-radius: 999px; padding: 8px 15px;
  font-size: 14px; font-weight: 600; color: var(--c-text);
  background: rgba(255,255,255,.04);
}
.fineprint { color: var(--c-muted); font-size: 13.5px; margin-top: 18px; max-width: 78ch; }

/* ---------------- pricing ---------------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.plan {
  border: 1px solid var(--c-line); border-radius: var(--radius);
  background: var(--c-panel); padding: 26px; display: flex; flex-direction: column;
}
.plan h3 { margin: 0 0 6px; font-size: 19px; }
.plan .price { font-size: 40px; font-weight: 900; letter-spacing: -1.2px; }
.plan .price span { font-size: 15px; font-weight: 700; color: var(--c-muted); letter-spacing: 0; }
.plan-for { color: var(--c-muted); font-size: 14px; margin: 4px 0 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.plan li {
  position: relative; padding: 7px 0 7px 26px;
  border-top: 1px solid var(--c-line); font-size: 14.5px; color: var(--c-text);
}
.plan li::before {
  content: ""; position: absolute; left: 2px; top: 14px;
  width: 11px; height: 6px; border-left: 2px solid var(--c-accent);
  border-bottom: 2px solid var(--c-accent); transform: rotate(-45deg);
}
.plan-pop { border-color: var(--c-accent2); box-shadow: 0 0 0 1px var(--c-accent2) inset, var(--shadow); }
.pop-tag {
  position: absolute; align-self: flex-start;
  background: var(--c-grad); color: #05070f; font-size: 11.5px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .7px;
  padding: 4px 11px; border-radius: 999px; margin-bottom: 12px;
}
.plan { position: relative; }
.plan .btn { justify-content: center; }
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; } }

/* ---------------- faq ---------------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  border: 1px solid var(--c-line); border-radius: 12px;
  background: var(--c-panel); margin-bottom: 10px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 16px 20px; font-weight: 700; font-size: 15.5px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--c-accent); font-size: 21px; line-height: 1; flex: 0 0 auto; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid var(--c-line); }
.faq details p { margin: 0; padding: 16px 20px; color: var(--c-muted); }
