/* ==========================================================================
   Pura Vida POS — marketing site
   Brand: Blue Moon. Dark ocean surfaces + cyan signal.
   ========================================================================== */

:root {
  --emerald: #006699;
  --emerald-deep: #00a7d7;
  --emerald-soft: #0b3147;
  --teal: #22d3ee;
  --sunset: #f6b84b;
  --coral: #fb7185;
  --ink: #edf8ff;
  --ink-2: #bed7e6;
  --muted: #87aebe;
  --line: rgba(125, 196, 224, .18);
  --bg: #061019;
  --bg-soft: #081a26;
  --bg-mint: #071722;
  --white: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .22), 0 2px 10px rgba(0, 102, 153, .08);
  --shadow: 0 16px 38px rgba(0, 0, 0, .32);
  --shadow-lg: 0 30px 80px rgba(0, 102, 153, .28);
  --maxw: 1160px;
  --font: "Plus Jakarta Sans", "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: clip;
}
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .4em; color: var(--ink); }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.9rem); font-weight: 850; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); font-weight: 820; }
h3 { font-size: 1.24rem; font-weight: 750; }
p { margin: 0 0 1rem; color: var(--ink-2); }
a { color: var(--teal); text-decoration: none; }
img { max-width: 100%; display: block; }
:where(a, button, summary):focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #9eeaff; background: rgba(0, 102, 153, .22);
  border: 1px solid rgba(34, 211, 238, .18);
  padding: .4em .9em; border-radius: 999px; margin-bottom: 1rem;
}
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-head { max-width: 960px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head p { font-size: 1.08rem; }
.center { text-align: center; }
.muted { color: var(--muted); }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: inherit; font-weight: 750; font-size: 1rem;
  padding: .8em 1.5em; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--emerald); color: #fff; box-shadow: 0 10px 26px rgba(0, 102, 153, .42); }
.btn-primary:hover { background: #007fb8; box-shadow: 0 16px 34px rgba(0, 102, 153, .48); transform: translateY(-1px); }
.btn-ghost { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn-ghost:hover { background: rgba(255, 255, 255, .18); }
.btn-outline { background: rgba(255,255,255,.04); color: #bff3ff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--emerald); transform: translateY(-1px); }
.btn-lg { padding: .95em 1.8em; font-size: 1.06rem; }

/* Nav --------------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 14, 22, .82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand {
  display: flex; align-items: center; gap: .65em; flex: 0 0 auto;
  font-family: "DM Sans", var(--font); font-weight: 900; font-size: 1.18rem;
  line-height: 1; letter-spacing: -.035em; color: var(--ink); white-space: nowrap;
}
.brand > span { display: grid; gap: 3px; white-space: nowrap; }
.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  background: #061933;
  box-shadow: 0 0 0 1px rgba(34,211,238,.24), 0 10px 26px rgba(0,102,153,.28);
}
.brand small { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .16em; color: var(--teal); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 18px; margin-left: auto; min-width: 0; }
.nav-links a { color: var(--ink-2); font-weight: 650; font-size: .92rem; white-space: nowrap; }
.nav-links a:hover { color: var(--emerald-deep); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle {
  display: inline-flex; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden;
  background: rgba(255,255,255,.05); font-size: .82rem; font-weight: 750;
}
.lang-toggle button { border: 0; background: transparent; padding: .42em .8em; cursor: pointer; color: var(--muted); font: inherit; font-weight: 750; }
.lang-toggle button.active { background: var(--emerald); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: .2s; }

/* Hero -------------------------------------------------------------------- */
.hero {
  position: relative; color: #eafaf3; overflow: hidden;
  background:
    radial-gradient(950px 520px at 12% -8%, rgba(34, 211, 238, .28), transparent 60%),
    radial-gradient(820px 520px at 100% 0%, rgba(0, 102, 153, .52), transparent 58%),
    linear-gradient(160deg, #02070d 0%, #061827 45%, #082f45 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5;
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 40px; align-items: center; padding: clamp(52px, 8vw, 96px) 0 clamp(64px, 9vw, 104px); }
.hero h1 { color: #fff; }
.hero-copy { max-width: 780px; }
.hero .lead { font-size: 1.2rem; color: #c8e4f0; max-width: 62ch; }
.hero .eyebrow { color: #023044; background: rgba(238,251,255,.92); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 22px; }
.hero-note { font-size: .9rem; color: #9fd9ea; display: flex; align-items: center; gap: .5em; }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 6px; }
.hero-stats > div { min-width: 0; padding: 18px 20px; border: 1px solid rgba(34,211,238,.16); border-radius: 18px; background: rgba(255,255,255,.045); }
.hero-stats .num { font-size: 1.7rem; font-weight: 850; color: #fff; }
.hero-stats .lbl { font-size: .82rem; color: #9bc9d9; white-space: nowrap; }

/* Hero device mock */
.hero-image-card {
  position: relative;
  margin: -18px -48px -12px -20px;
}
.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 14% 5% 3%;
  border-radius: 42px;
  background: radial-gradient(circle at 50% 100%, rgba(34,211,238,.42), transparent 58%);
  filter: blur(22px);
  opacity: .9;
}
.hero-cashier-image {
  position: relative;
  z-index: 1;
  width: min(760px, 58vw);
  max-width: none;
  filter: drop-shadow(0 28px 80px rgba(0,0,0,.48));
}
.mock {
  position: relative; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px; padding: 16px; box-shadow: var(--shadow-lg); backdrop-filter: blur(6px);
}
.mock-bar { display: flex; gap: 6px; margin-bottom: 12px; }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.35); display: block; }
.mock-screen { background: #07131d; border: 1px solid rgba(34,211,238,.16); border-radius: 14px; padding: 16px; color: var(--ink); }
.mock-screen .row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; }
.mock-screen .row:last-child { border-bottom: 0; }
.mock-screen .tag { font-size: .7rem; font-weight: 800; padding: .2em .6em; border-radius: 999px; }
.tag-green { background: var(--emerald-soft); color: var(--emerald-deep); }
.tag-amber { background: #fef3c7; color: #92600a; }
.tag-teal { background: #cffafe; color: #0e7490; }
.mock-total { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 2px solid rgba(34,211,238,.32); font-weight: 850; }
.mock-float {
  position: absolute; background: #091b28; color: var(--ink); border: 1px solid rgba(34,211,238,.18); border-radius: 14px; padding: 12px 14px;
  box-shadow: var(--shadow); font-size: .82rem; font-weight: 700; display: flex; align-items: center; gap: .5em;
}
.mock-float.f1 { top: -18px; right: -14px; }
.mock-float.f2 { bottom: -18px; left: -16px; }
.mock-float .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(34,211,238,.18); }

/* Logo cloud / channels strip -------------------------------------------- */
.channels { background: var(--bg-mint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.channels .container { padding-top: 30px; padding-bottom: 30px; }
.channel-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; }
.chip {
  display: inline-flex; align-items: center; gap: .5em; background: rgba(255,255,255,.04); border: 1px solid var(--line);
  padding: .55em 1em; border-radius: 999px; font-weight: 700; font-size: .92rem; color: var(--ink-2); box-shadow: var(--shadow-sm);
}
.chip .ic { font-size: 1.05rem; }

/* Product availability --------------------------------------------------- */
.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .28em .68em;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: normal;
}
.chip .status { margin: 0 0 0 .2em; font-size: .58rem; }
.status-available { color: #9ff3dc; background: rgba(16, 185, 129, .12); border-color: rgba(52, 211, 153, .3); }
.status-beta { color: #bfe9ff; background: rgba(14, 165, 233, .13); border-color: rgba(56, 189, 248, .3); }
.status-setup { color: #ffe0a3; background: rgba(245, 158, 11, .12); border-color: rgba(251, 191, 36, .32); }
.status-pilot { color: #d8c7ff; background: rgba(139, 92, 246, .14); border-color: rgba(167, 139, 250, .34); }
.status-soon { color: #ffc7d1; background: rgba(244, 63, 94, .11); border-color: rgba(251, 113, 133, .3); }

/* Feature grid ------------------------------------------------------------ */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #0a1824; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(34,211,238,.34); }
.icon-chip {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; font-size: 1.5rem;
  background: rgba(0,102,153,.22); margin-bottom: 16px;
}
.card h3 { margin-bottom: .35em; }
.card p { font-size: .96rem; margin: 0; }

/* Costa Rica band --------------------------------------------------------- */
.cr {
  background: linear-gradient(155deg, #030a12, #082f45);
  color: #e9f8f1; border-radius: 28px; padding: clamp(34px, 5vw, 56px);
  position: relative; overflow: hidden;
}
.cr::before { content: "🇨🇷"; position: absolute; font-size: 16rem; right: -2rem; bottom: -4rem; opacity: .07; }
.cr h2 { color: #fff; }
.cr .grid { position: relative; z-index: 2; margin-top: 26px; }
.cr .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #dff3ea; box-shadow: none; }
.cr .card:hover { transform: none; border-color: rgba(255,255,255,.3); }
.cr .card h3 { color: #fff; }
.cr .card p { color: #bcd9e5; }
.cr .icon-chip { background: rgba(255,255,255,.1); }

/* Pricing ----------------------------------------------------------------- */
.billing-note { text-align: center; color: var(--muted); font-size: .95rem; margin-top: -18px; margin-bottom: 34px; }
.pricing-sync {
  width: fit-content;
  max-width: 100%;
  margin: -20px auto 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45em .85em;
  color: var(--muted);
  background: rgba(255, 255, 255, .035);
  font-size: .78rem;
  font-weight: 750;
  text-align: center;
}
.pricing-sync[data-state="live"] { color: #9ff3dc; border-color: rgba(52, 211, 153, .28); background: rgba(16, 185, 129, .09); }
.pricing-sync[data-state="fallback"] { color: #ffe0a3; border-color: rgba(251, 191, 36, .28); background: rgba(245, 158, 11, .08); }
.pricing-boundary { max-width: 820px; margin: 0 auto 34px; color: var(--muted); font-size: .86rem; text-align: center; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing.pricing-4 { grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1100px) { .pricing.pricing-4 { grid-template-columns: 1fr 1fr; } }
/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-list details { background: #0a1824; border: 1.5px solid var(--line); border-radius: 16px; padding: 18px 22px; box-shadow: var(--shadow-sm); }
.faq-list summary { cursor: pointer; font-weight: 700; font-size: 1.02rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-list summary::after { content: "+"; font-size: 1.3rem; color: var(--emerald); font-weight: 800; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { margin: 12px 0 2px; color: var(--ink-soft, #4b5a52); line-height: 1.55; }
.plan {
  background: #0a1824; border: 1.5px solid var(--line); border-radius: 22px; padding: 30px 26px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; min-height: 430px;
}
.plan.featured { border-color: var(--emerald); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.plan .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--emerald); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .35em 1em; border-radius: 999px; white-space: nowrap; min-width: max-content; }
.plan h3 { font-size: 1.3rem; }
.plan .price { display: flex; align-items: baseline; gap: .3em; margin: 8px 0 2px; }
.plan .price .amt { font-size: 2.5rem; font-weight: 860; color: var(--ink); letter-spacing: -.03em; }
.plan .price .per { color: var(--muted); font-weight: 650; font-size: .95rem; }
.plan .tagline { color: var(--muted); font-size: .95rem; min-height: 2.6em; }
.plan ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.plan .plan-core { margin: 18px 0 18px; min-height: 112px; }
.plan li { display: flex; gap: .6em; align-items: flex-start; font-size: .95rem; color: var(--ink-2); }
.plan li .feature-label { min-width: 0; }
.plan li .feature-availability { flex: 0 0 auto; margin: .12em 0 0 auto; font-size: .56rem; }
.plan li .ck { color: var(--emerald); font-weight: 850; flex: none; }
.plan li.off { color: #a9b6c2; }
.plan li.off .ck { color: #cdd8e0; }
.plan .limits { display: flex; gap: 16px; flex-wrap: wrap; font-size: .82rem; color: var(--muted); margin-bottom: 4px; }
.plan .limits b { color: var(--ink); }
.plan-more {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.plan-more summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #bff3ff;
  font-size: .92rem;
  font-weight: 850;
}
.plan-more summary::-webkit-details-marker { display: none; }
.plan-more summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(34,211,238,.12);
  color: var(--teal);
  font-size: 1.1rem;
  line-height: 1;
}
.plan-more[open] summary { margin-bottom: 16px; }
.plan-more[open] summary::after { content: "\2212"; }
.plan-more ul { padding-bottom: 2px; }
.pricing-register {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* Add-ons ----------------------------------------------------------------- */
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.addon { display: flex; gap: 14px; align-items: flex-start; background: #0a1824; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.addon .ic { font-size: 1.5rem; }
.addon h4 { margin: 0 0 .2em; font-size: 1rem; }
.addon p { margin: 0; font-size: .88rem; }

/* Steps ------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .n { width: 40px; height: 40px; border-radius: 12px; background: var(--emerald); color: #fff; font-weight: 850; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.08rem; }
.step p { font-size: .92rem; margin: 0; }

/* CTA band ---------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(135deg, #006699 0%, #082f45 75%, #02070d 130%);
  color: #fff; border-radius: 28px; padding: clamp(40px, 6vw, 68px); text-align: center; position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; width: 18rem; height: 18rem; left: -4rem; bottom: -5rem; border-radius: 50%; background: radial-gradient(circle, rgba(34,211,238,.24), transparent 62%); opacity: .9; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d5edf6; max-width: 52ch; margin: 0 auto 26px; font-size: 1.1rem; }
.cta-band .btn-primary { background: #fff; color: #006699; }
.cta-band .btn-primary:hover { background: #eafbff; }

/* Footer ------------------------------------------------------------------ */
.footer { background: #02070d; color: #a8c9d8; padding: 56px 0 30px; }
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.footer h5 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 14px; }
.footer a { display: block; color: #9dd6e8; padding: 5px 0; font-size: .92rem; }
.footer a:hover { color: #fff; }
.footer .brand { color: #fff; margin-bottom: 12px; }
.footer .brand small { color: var(--teal); }
.footer p { color: #85adbd; font-size: .9rem; }
.footer-base { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #7fae9d; }

/* Content stays visible without JavaScript. ------------------------------ */
.reveal, .reveal.in { opacity: 1; transform: none; }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 420px; }
  .hero-image-card { margin: 0; }
  .hero-cashier-image { width: min(100%, 640px); max-width: 100%; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .grid-3, .pricing, .addons, .steps { grid-template-columns: 1fr 1fr; }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  .plan.featured { transform: none; }
}
@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-actions { margin-left: auto; }
  .nav.open .nav-links {
    display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column;
    background: #061019; border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 14px; box-shadow: var(--shadow);
  }
}
@media (max-width: 640px) {
  .grid-3, .grid-2, .pricing, .addons, .steps, .footer .cols { grid-template-columns: 1fr; }
  .pricing.pricing-4 { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; gap: 12px; }
  .section-head p { font-size: 1rem; }
  .container { padding-left: 18px; padding-right: 18px; }
  .cmp-wrap { max-width: calc(100vw - 36px); }
  .plan li { flex-wrap: wrap; }
  .plan li .feature-availability { margin-left: 1.65rem; }
}

@media (max-width: 520px) {
  .nav-actions > .btn { display: none; }
}

/* ---------- Availability table ---------- */
.cmp-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.cmp {
  width: 760px;
  min-width: 760px;
  max-width: none;
  border-collapse: collapse;
  background: #0a1824;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.05);
}
.cmp th, .cmp td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.cmp thead th {
  background: var(--bg-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.cmp th:first-child, .cmp td:first-child { width: 28%; font-weight: 750; }
.cmp th:nth-child(2), .cmp td:nth-child(2) { width: 21%; }
.cmp th:last-child, .cmp td:last-child { width: 51%; }
.cmp .status { margin: 0; }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
.plan ul li.hl { font-weight: 700; color: var(--emerald-deep); }
.plan ul li.hl .ck { color: var(--emerald); }

@media (min-width: 808px) {
  .cmp { width: 100%; min-width: 760px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .card:hover, .btn:hover { transform: none; }
}
