/* ============================================================
   Apollo Marketing Insider — marketing page
   ============================================================ */

/* ===================== NAV ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,245,240,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ink);
  font-size: 18px;
}
.nav__logo { width: 28px; height: 28px; color: var(--accent); }
.nav__brand-ke {
  color: var(--accent);
  font-weight: 700;
  margin-left: 2px;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  margin-left: 24px;
}
.nav__links a {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  padding: 8px 0;
  transition: color .15s;
}
.nav__links a:hover { color: var(--accent); }
.nav__cta { white-space: nowrap; padding: 10px 18px; font-size: 14px; }
@media (max-width: 800px) {
  .nav__links { display: none; }
}

* { box-sizing: border-box; }

:root {
  --ink: #0a0a0c;
  --ink-soft: #1a1a1e;
  --bg: #f7f5f0;
  --bg-soft: #efece4;
  --bg-accent: #0a0a0c;
  --line: #d9d4c7;
  --line-soft: #ebe7da;
  --text: #2a2a30;
  --muted: #6e6b62;
  --accent: #ffb84a;       /* warm gold for "advertising/marketing" vibe */
  --accent-soft: #ffd07a;
  --accent-ink: #1a1300;   /* dark text on accent backgrounds */
  --green: #2e7d32;
  --danger: #c5392a;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --shadow: 0 6px 24px rgba(20,15,0,.06);
  --shadow-lg: 0 12px 48px rgba(20,15,0,.10);
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Fraunces", Georgia, serif;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: 780px; }

.section { padding: 96px 0; }
.section--alt { background: var(--bg-soft); }
.section--accent { background: var(--ink); color: #f0eee5; }
.section--accent .eyebrow { color: var(--accent); }
.section--accent .section__title { color: #fff; }
.section--accent .section__sub { color: #c8c4b8; }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

.section__title {
  font-family: var(--serif);
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  font-weight: 500;
  margin: 0 0 16px;
  max-width: 800px;
}
.section__title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
}
.section__sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 680px;
  margin: 0 0 40px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s, color .2s, border-color .2s, box-shadow .2s;
  text-decoration: none;
  font-family: inherit;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn--primary:hover {
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover {
  background: var(--bg);
  border-color: var(--ink);
}
.section--accent .btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}
.section--accent .btn--primary:hover {
  background: var(--accent-soft);
  color: var(--accent-ink);
}
.section--accent .btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.section--accent .btn--ghost:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.4);
}
.btn--block { display: flex; width: 100%; }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  padding: 80px 0 100px;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(255,184,74,.18) 0%, transparent 60%),
    radial-gradient(700px 400px at 100% 50%, rgba(255,184,74,.10) 0%, transparent 60%);
  z-index: -1;
}
.hero__back {
  display: inline-block;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 32px;
  font-weight: 600;
  letter-spacing: .04em;
}
.hero__eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}
.hero__title {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  font-weight: 500;
  max-width: 900px;
  color: #fff;
}
.hero__title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
}
.hero__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: #c8c4b8;
  max-width: 640px;
  margin: 0 0 32px;
  line-height: 1.55;
}
.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero__cta .btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}
.hero__cta .btn--primary:hover {
  background: var(--accent-soft);
  color: var(--accent-ink);
}
.hero__cta .btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.hero__cta .btn--ghost:hover {
  background: rgba(255,255,255,.08);
}
.hero__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: #a8a496;
}
.hero__trust li { white-space: nowrap; }

/* ===================== CARDS ===================== */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.card__icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.card__title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px;
}
.card__body {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 16px;
}
.card__example {
  background: var(--bg);
  border-left: 3px solid var(--accent);
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 13.5px;
  color: var(--text);
  margin: 0;
}
.card__example strong { color: var(--ink); }

/* ===================== STEPS ===================== */
.steps { display: grid; gap: 32px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.step__num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}
.step h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px;
}
.step p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

/* ===================== SAMPLE DROP ===================== */
.drop {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}
.drop__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.drop__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 6px;
}
.drop__title {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
  color: var(--ink);
  font-weight: 600;
  margin: 0;
  max-width: 640px;
}
.drop__date {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  white-space: nowrap;
}
.drop__body h4 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink);
  margin: 24px 0 8px;
}
.drop__body h4:first-child { margin-top: 0; }
.drop__body p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 12px;
}
.drop__code {
  background: var(--ink);
  color: #e9e6dc;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: auto;
  margin: 0 0 16px;
  white-space: pre;
}
.drop__body ul {
  padding-left: 20px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.7;
}
.drop__body ul li { margin-bottom: 4px; }
.drop__caveat {
  background: #fff8e1;
  border-left: 3px solid #f59f00;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14.5px;
  color: #5a4400;
  margin: 0;
}
.drop__caveat strong { color: #3d2e00; }

/* ===================== PRICING ===================== */
.pricing { margin-top: 24px; }
.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.plan--featured {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 12px 40px rgba(255,184,74,.18);
  transform: scale(1.02);
}
.plan--featured::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  border-radius: var(--radius) var(--radius) 0 0;
}
.plan__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.plan__head h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 12px;
}
.plan__price {
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.plan__price span {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.plan__price small {
  font-size: 14px;
  color: var(--muted);
  font-family: var(--sans);
}
.plan__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text);
  flex: 1;
}
.plan__list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
}
.plan__list li:last-child { border-bottom: none; }
.plan__list li.muted { color: var(--muted); }
.plan__list li::before {
  content: "✓ ";
  color: var(--green);
  font-weight: 700;
  margin-right: 4px;
}
.plan__list li.muted::before { content: "— "; color: var(--muted); }
.plan__note {
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 0;
}
.pricing__foot,
.pricing__disclaimer {
  margin-top: 32px;
  text-align: center;
  font-size: 15px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.pricing__disclaimer { color: var(--muted); font-size: 14px; }
.pricing__foot a, .pricing__disclaimer a { color: var(--accent); text-decoration: underline; }

/* ===================== SUBSCRIBE ===================== */
.subscribe {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.2fr;
}
@media (max-width: 900px) { .subscribe { grid-template-columns: 1fr; } }
.subscribe__step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
}
.subscribe__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.subscribe__step h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 16px;
}
.subscribe__big {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin: 8px 0;
}
.subscribe__big code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 20px;
  background: var(--bg-soft);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--line);
  color: var(--ink);
  margin-left: 4px;
}
.subscribe__small {
  font-size: 13.5px;
  color: var(--muted);
  margin: 4px 0;
}
.subscribe__amounts {
  list-style: none;
  padding: 0;
  margin: 8px 0 12px;
  font-size: 14px;
  color: var(--text);
}
.subscribe__amounts li {
  padding: 4px 0;
}
.subscribe__amounts strong {
  color: var(--ink);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 14.5px;
}
.subscribe__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.subscribe__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.subscribe__form input[type="text"],
.subscribe__form input[type="email"],
.subscribe__form input[type="tel"],
.subscribe__form select {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.subscribe__form input:focus,
.subscribe__form select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255,184,74,.15);
}
.subscribe__check {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--muted) !important;
}
.subscribe__check input { margin-top: 2px; }

/* ===================== FAQ ===================== */
.faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 12px;
}
.faq summary {
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: var(--accent);
  font-weight: 300;
  transition: transform .2s;
}
.faq[open] summary::after { content: "−"; }
.faq p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}

/* ===================== FOOTER ===================== */
.footer {
  background: var(--ink);
  color: #c8c4b8;
  padding: 60px 0 32px;
  font-size: 14px;
}
.footer__top {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 900px) { .footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer__top { grid-template-columns: 1fr; } }
.footer__top > div { display: flex; flex-direction: column; gap: 8px; }
.footer__top strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.footer__top a { color: #a8a496; transition: color .15s; }
.footer__top a:hover { color: var(--accent); }
.footer__muted { color: #777268 !important; font-size: 13px; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: #777268;
  font-size: 13px;
}

/* ===================== FAB (WhatsApp) ===================== */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 12px 20px 12px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 28px rgba(37,211,102,.4);
  transition: transform .2s, box-shadow .2s;
}
.fab:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 36px rgba(37,211,102,.5);
}
.fab svg { width: 22px; height: 22px; flex-shrink: 0; }
@media (max-width: 600px) {
  .fab span { display: none; }
  .fab { padding: 14px; }
}

/* ===================== TOAST ===================== */
.toast {
  position: fixed;
  bottom: 100px;
  right: 24px;
  background: var(--ink);
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: var(--shadow-lg);
  z-index: 200;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .2s, transform .2s;
  pointer-events: none;
  max-width: 360px;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}
.toast--success { background: var(--green); }
.toast--error { background: var(--danger); }
.toast--warn   { background: #b07a14; }

/* ===================== SUBSCRIBE — payment buttons / overlay / result ===================== */
.subscribe__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .subscribe__grid { grid-template-columns: 1fr; }
}
.subscribe__check--full {
  grid-column: 1 / -1;
}

.pay-buttons {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .pay-buttons { grid-template-columns: 1fr; }
}
.pay-buttons .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 16px 18px;
  text-align: center;
}
.pay-buttons__label { font-size: 15px; font-weight: 700; line-height: 1.2; }
.pay-buttons__sub   { font-size: 12.5px; font-weight: 500; opacity: .8; line-height: 1.2; }
.pay-buttons .btn.is-loading {
  opacity: .6;
  cursor: wait;
}
.pay-buttons__note {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin: 14px 0 0;
}
.pay-buttons__fallback {
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 0;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.pay-buttons__fallback code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  background: var(--bg-soft);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12.5px;
}

.btn--small { padding: 8px 14px !important; font-size: 13px !important; }

/* ---------- Overlay (M-Pesa in-progress) ---------- */
/* The [hidden] attribute normally gives display:none, but our explicit
   display:flex below would override it. Make [hidden] win. */
[hidden] { display: none !important; }
.pay-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,10,12,.78);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.pay-overlay__card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.pay-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--bg-soft);
  border-top-color: var(--accent);
  border-radius: 50%;
  margin: 0 auto 18px;
  animation: mi-spin 1s linear infinite;
}
@keyframes mi-spin { to { transform: rotate(360deg); } }
.pay-overlay__card h3 {
  font-family: var(--serif);
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--ink);
}
.pay-overlay__card p {
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 8px;
}
.pay-overlay__timer {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--muted);
  margin: 14px 0 18px !important;
}

/* ---------- Result panel (success / failure) ---------- */
.pay-result {
  background: linear-gradient(180deg, #ffffff 0%, #fdf7e8 100%);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius);
  padding: 40px 32px;
  margin-top: 32px;
  text-align: center;
  box-shadow: var(--shadow);
}
.pay-result--error {
  background: linear-gradient(180deg, #ffffff 0%, #fbeeec 100%);
  border-color: #e6b0a8;
}
.pay-result__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 18px;
}
.pay-result--error .pay-result__icon { background: var(--danger); }
.pay-result h3 {
  font-family: var(--serif);
  font-size: 26px;
  margin: 0 0 10px;
  color: var(--ink);
}
.pay-result p {
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 6px;
}
.pay-result__receipt {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px !important;
}
.pay-result .btn { margin-top: 22px; }
