/* =================================================================
   _support_page.css — Website Support Services
   Palette: deep emerald + teal + warm bone (distinct from WP/Joomla/AI/Design/Dev)
   Scope: .sp* classes only
   ================================================================= */

.sp {
  --sp-ink:        #0e221c;       /* deep forest ink */
  --sp-ink-2:      #1a3a31;
  --sp-bone:       #f6f3ec;       /* warm bone background */
  --sp-paper:      #ffffff;
  --sp-emerald:    #0e7a5b;       /* primary brand emerald */
  --sp-emerald-2:  #0a5e46;
  --sp-teal:       #0aa18b;
  --sp-gold:       #c08a2a;       /* yearly accent */
  --sp-gold-2:     #a06f1c;
  --sp-line:       #d8d2c2;
  --sp-soft:       #eeebe1;
  --sp-shadow:     0 14px 40px -18px rgba(14,34,28,.35);
  --sp-radius:     14px;
  background: var(--sp-bone);
  color: var(--sp-ink);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.sp .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sp section { padding: 64px 0; }
.sp .sp-eyebrow {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sp-emerald); font-weight: 700; margin: 0 0 10px;
}
.sp .sp-h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800; color: var(--sp-ink); letter-spacing: -.01em; line-height: 1.15;
  margin: 0 0 12px;
}
.sp .sp-h2 em { font-style: normal; color: var(--sp-emerald); }
.sp .sp-section-head { max-width: 880px; margin: 0 auto 36px; text-align: center; }
.sp .sp-section-head__lede { font-size: 17px; line-height: 1.6; color: var(--sp-ink-2); margin: 0; }

/* ---------- Buttons ---------- */
.sp .sp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px;
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  border: 1.5px solid transparent;
}
.sp .sp-btn--primary {
  background: var(--sp-emerald); color: #fff;
  box-shadow: 0 8px 22px -8px rgba(14,122,91,.55);
}
.sp .sp-btn--primary:hover { background: var(--sp-emerald-2); transform: translateY(-1px); }
.sp .sp-btn--ghost {
  background: transparent; color: var(--sp-ink); border-color: var(--sp-ink);
}
.sp .sp-btn--ghost:hover { background: var(--sp-ink); color: #fff; }

/* ---------- HERO ---------- */
.sp-hero { position: relative; padding: 80px 0 60px; overflow: hidden; }
.sp-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 460px at 12% -10%, rgba(10,161,139,.18), transparent 70%),
    radial-gradient(700px 360px at 92% 110%, rgba(14,122,91,.16), transparent 70%),
    var(--sp-bone);
  z-index: 0;
}
.sp-hero__inner { position: relative; z-index: 1; }
.sp-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sp-emerald); font-weight: 700; margin: 0 0 16px;
}
.sp-hero__eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sp-emerald);
  box-shadow: 0 0 0 4px rgba(14,122,91,.18);
}
.sp-hero__title {
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 900; line-height: 1.05; letter-spacing: -.02em;
  margin: 0 0 18px; max-width: 18ch; color: var(--sp-ink);
}
.sp-hero__title em { font-style: normal; color: var(--sp-emerald); display: block; font-weight: 700; font-size: .82em; }
.sp-hero__lede { font-size: 18px; line-height: 1.6; color: var(--sp-ink-2); max-width: 78ch; margin: 0 0 26px; }
.sp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 32px; }
.sp-hero__stats {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px;
  max-width: 720px;
  border-top: 1px solid var(--sp-line); padding-top: 22px;
}
.sp-hero__stats li { display: flex; flex-direction: column; gap: 4px; }
.sp-hero__stats strong { font-size: 22px; color: var(--sp-emerald); font-weight: 800; }
.sp-hero__stats span { font-size: 13px; color: var(--sp-ink-2); }

/* ---------- ANSWER (TL;DR for AI search) ---------- */
.sp-answer { padding: 36px 0; }
.sp-answer__card {
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-left: 4px solid var(--sp-emerald);
  border-radius: var(--sp-radius);
  padding: 26px 28px;
  box-shadow: var(--sp-shadow);
}
.sp-answer__eyebrow {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sp-emerald); font-weight: 800; margin: 0 0 6px;
}
.sp-answer__h2 {
  font-size: 22px; font-weight: 800; color: var(--sp-ink); margin: 0 0 8px;
}
.sp-answer__body { font-size: 16px; line-height: 1.65; color: var(--sp-ink-2); margin: 0; }

/* ---------- ACTIONS ---------- */
.sp-actions__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 12px;
}
.sp-action {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-radius: 12px;
  color: var(--sp-ink); text-decoration: none;
  font-weight: 600; font-size: 14px;
  transition: all .18s ease;
}
.sp-action svg { width: 22px; height: 22px; color: var(--sp-emerald); flex: 0 0 auto; }
.sp-action:hover { border-color: var(--sp-emerald); transform: translateY(-2px); box-shadow: var(--sp-shadow); }

/* ---------- COVERAGE ---------- */
.sp-coverage { background: var(--sp-paper); }
.sp-coverage__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 22px;
}
.sp-cov {
  background: var(--sp-bone);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  padding: 22px 22px 18px;
}
.sp-cov__h3 {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; font-weight: 800; color: var(--sp-ink);
  margin: 0 0 14px; padding: 0 0 12px; border-bottom: 1px solid var(--sp-line);
}
.sp-cov__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--sp-emerald); color: #fff;
  font-size: 12px; font-weight: 800;
}
.sp-cov__list { list-style: none; padding: 0; margin: 0; }
.sp-cov__list li { font-size: 14.5px; line-height: 1.55; color: var(--sp-ink-2); padding: 8px 0; border-bottom: 1px dashed rgba(14,34,28,.08); }
.sp-cov__list li:last-child { border-bottom: 0; }
.sp-cov__list strong { color: var(--sp-ink); font-weight: 700; }

/* ---------- PRICING ---------- */
.sp-pricing { background: var(--sp-bone); }
.sp-yearly-banner {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px;
  background: linear-gradient(135deg, #1a3a31 0%, #0e7a5b 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 18px 48px -22px rgba(14,122,91,.6);
  margin: 0 auto 36px;
  max-width: 1080px;
  position: relative; overflow: hidden;
}
.sp-yearly-banner::before {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(192,138,42,.35), transparent 70%);
}
.sp-yearly-banner__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--sp-gold); color: #fff;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.sp-yearly-banner__icon svg { width: 30px; height: 30px; }
.sp-yearly-banner__copy { position: relative; z-index: 1; }
.sp-yearly-banner__pre { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--sp-gold); font-weight: 800; margin: 0 0 6px; }
.sp-yearly-banner__h3 { font-size: clamp(20px,2.4vw,26px); font-weight: 800; margin: 0 0 8px; line-height: 1.25; }
.sp-yearly-banner__h3 em { font-style: normal; color: var(--sp-gold); font-weight: 700; }
.sp-yearly-banner__body { font-size: 15.5px; line-height: 1.6; opacity: .92; margin: 0 0 14px; }
.sp-yearly-banner .sp-btn--primary { background: var(--sp-gold); box-shadow: 0 8px 20px -8px rgba(192,138,42,.6); }
.sp-yearly-banner .sp-btn--primary:hover { background: var(--sp-gold-2); }

/* Hourly card */
.sp-tier {
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  padding: 26px 28px;
  margin: 0 auto 30px;
  max-width: 1080px;
  display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 24px; align-items: center;
}
.sp-tier__pre { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sp-emerald); font-weight: 800; margin: 0 0 4px; }
.sp-tier__h3 { font-size: 22px; font-weight: 800; color: var(--sp-ink); margin: 0 0 6px; }
.sp-tier__sub { font-size: 14.5px; line-height: 1.55; color: var(--sp-ink-2); margin: 0; }
.sp-tier__bullets { list-style: none; padding: 0; margin: 0; font-size: 13.5px; color: var(--sp-ink-2); }
.sp-tier__bullets li { padding: 4px 0 4px 18px; position: relative; }
.sp-tier__bullets li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; background: var(--sp-emerald); border-radius: 50%; }
.sp-tier__rate { margin: 0; font-size: 13px; color: var(--sp-ink-2); }
.sp-tier__rate-label { display: block; font-weight: 700; color: var(--sp-ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.sp-tier__rate-num { display: block; }
.sp-tier__rate-num strong { color: var(--sp-emerald); font-size: 18px; font-weight: 800; }

/* Flex Time explainer */
.sp-flex-explain {
  max-width: 1080px; margin: 0 auto 30px;
  padding: 22px 28px;
  border-left: 3px solid var(--sp-teal);
  background: rgba(10,161,139,.06);
  border-radius: 0 12px 12px 0;
}
.sp-flex-explain__h3 { font-size: 18px; font-weight: 800; color: var(--sp-ink); margin: 0 0 8px; }
.sp-flex-explain p { font-size: 15px; line-height: 1.6; color: var(--sp-ink-2); margin: 0; }

/* Pricing tables grid */
.sp-tables {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 22px;
  max-width: 1200px; margin: 0 auto;
}
.sp-table {
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  padding: 24px 22px 22px;
  position: relative;
  display: flex; flex-direction: column;
}
.sp-table--yearly {
  border: 2px solid var(--sp-gold);
  background: linear-gradient(180deg, #fffaf0 0%, var(--sp-paper) 30%);
  box-shadow: 0 18px 48px -24px rgba(192,138,42,.5);
}
.sp-table__ribbon {
  position: absolute; top: -12px; right: 18px;
  background: var(--sp-gold); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 6px 14px -4px rgba(192,138,42,.6);
}
.sp-table__head { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--sp-line); }
.sp-table__pre { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sp-emerald); font-weight: 800; margin: 0 0 4px; }
.sp-table--yearly .sp-table__pre { color: var(--sp-gold); }
.sp-table__h3 { font-size: 20px; font-weight: 800; color: var(--sp-ink); margin: 0 0 6px; }
.sp-table__sub { font-size: 13.5px; line-height: 1.5; color: var(--sp-ink-2); margin: 0; }
.sp-table__rows {
  list-style: none; padding: 0; margin: 0 0 14px;
  flex: 1;
}
.sp-table__rows li {
  display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center;
  padding: 10px 4px; border-bottom: 1px solid rgba(14,34,28,.06);
  font-size: 14px;
}
.sp-table__rows li:last-child { border-bottom: 0; }
.sp-table__hrs { font-weight: 700; color: var(--sp-ink); }
.sp-table__price { font-weight: 800; color: var(--sp-emerald); font-size: 15px; }
.sp-table--yearly .sp-table__price { color: var(--sp-gold-2); }
.sp-table__buy {
  background: var(--sp-emerald); color: #fff;
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 800; text-decoration: none;
  letter-spacing: .04em;
  transition: background .15s ease;
}
.sp-table__buy:hover { background: var(--sp-emerald-2); }
.sp-table__save {
  background: rgba(192,138,42,.15); color: var(--sp-gold-2);
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
}
.sp-table__foot { font-size: 13px; color: var(--sp-ink-2); margin: 0; line-height: 1.55; }
.sp-table__foot a { color: var(--sp-emerald); font-weight: 700; }

/* ---------- LOGINS ---------- */
.sp-logins { background: var(--sp-paper); }
.sp-logins__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 22px; }
.sp-login-card {
  background: var(--sp-bone);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  padding: 22px 24px;
}
.sp-login-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.sp-login-card__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--sp-emerald); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.sp-login-card__icon svg { width: 22px; height: 22px; }
.sp-login-card h3 { margin: 0; font-size: 17px; font-weight: 800; color: var(--sp-ink); }
.sp-login-card__urls { list-style: none; padding: 0; margin: 0; }
.sp-login-card__urls li { padding: 6px 0; border-bottom: 1px dashed rgba(14,34,28,.08); }
.sp-login-card__urls li:last-child { border-bottom: 0; }
.sp-login-card__urls a { color: var(--sp-emerald); text-decoration: none; font-size: 13.5px; }
.sp-login-card__urls a:hover { text-decoration: underline; }
.sp-login-card__urls code { background: transparent; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }
.sp-logins__note {
  text-align: center; margin: 24px 0 0;
  font-size: 14.5px; color: var(--sp-ink-2);
}
.sp-logins__note a { color: var(--sp-emerald); font-weight: 700; }

/* ---------- CHANNELS ---------- */
.sp-channels__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 18px;
}
.sp-channel {
  background: var(--sp-paper);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  padding: 22px 20px;
  transition: all .18s ease;
}
.sp-channel:hover { border-color: var(--sp-emerald); transform: translateY(-2px); box-shadow: var(--sp-shadow); }
.sp-channel--featured {
  background: linear-gradient(160deg, #0e7a5b, #0a5e46);
  color: #fff; border-color: transparent;
}
.sp-channel__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(14,122,91,.12); color: var(--sp-emerald);
  margin-bottom: 12px;
}
.sp-channel__icon svg { width: 22px; height: 22px; }
.sp-channel h3 { font-size: 17px; font-weight: 800; color: var(--sp-ink); margin: 0 0 6px; }
.sp-channel p { font-size: 14px; line-height: 1.55; color: var(--sp-ink-2); margin: 0 0 8px; }
.sp-channel__cta { color: var(--sp-emerald); font-weight: 700; text-decoration: none; font-size: 14px; }
.sp-channel__cta:hover { text-decoration: underline; }

/* Featured + white-text variant — specificity boosted to override base .sp-channel rules above */
.sp-channels__grid .sp-channel--featured h3,
.sp-channels__grid .sp-channel--featured p,
.sp-channels__grid .sp-channel--featured .sp-channel__cta,
.sp-channels__grid .sp-channel--featured strong,
.sp-channels__grid .sp-channel--white h3,
.sp-channels__grid .sp-channel--white p,
.sp-channels__grid .sp-channel--white .sp-channel__cta,
.sp-channels__grid .sp-channel--white strong { color: #fff; }
.sp-channels__grid .sp-channel--featured .sp-channel__icon,
.sp-channels__grid .sp-channel--white .sp-channel__icon { background: rgba(255,255,255,.18); color: #fff; }

/* ---------- FAQ ---------- */
.sp-faq { background: var(--sp-paper); }
.sp-faq__list { max-width: 880px; margin: 0 auto; }
.sp-faq__item {
  border-bottom: 1px solid var(--sp-line);
  padding: 6px 0;
}
.sp-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 36px 16px 4px;
  font-size: 17px; font-weight: 700; color: var(--sp-ink);
  position: relative;
}
.sp-faq__item summary::-webkit-details-marker { display: none; }
.sp-faq__item summary::after {
  content: "+";
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--sp-emerald);
  transition: transform .18s ease;
}
.sp-faq__item[open] summary::after { content: "−"; }
.sp-faq__body { padding: 0 4px 18px; font-size: 15px; line-height: 1.65; color: var(--sp-ink-2); }
.sp-faq__body a { color: var(--sp-emerald); font-weight: 700; }

/* ---------- CTA BAND (rebuilt) ---------- */
.sp-cta {
  position: relative;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.sp-cta__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(192,138,42,.22), transparent 65%),
    radial-gradient(700px 400px at 12% 90%, rgba(10,161,139,.28), transparent 70%),
    linear-gradient(135deg, #0a1f19 0%, #0e3a2c 60%, #0e221c 100%);
}
.sp-cta__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  opacity: .55;
  pointer-events: none;
}
.sp-cta__container { position: relative; z-index: 1; }
.sp-cta__head { text-align: center; max-width: 780px; margin: 0 auto 44px; }
.sp-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sp-gold); font-weight: 800; margin: 0 0 14px;
}
.sp-cta__eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sp-gold);
  box-shadow: 0 0 0 4px rgba(192,138,42,.22);
}
.sp-cta__h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 900; line-height: 1.1; letter-spacing: -.02em;
  color: #fff; margin: 0 0 14px;
}
.sp-cta__h2 em {
  font-style: normal; color: var(--sp-gold);
  background: linear-gradient(120deg, var(--sp-gold), #f0c971);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.sp-cta__lede {
  font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.82); margin: 0;
}
.sp-cta__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1080px; margin: 0 auto 40px;
}
.sp-cta__card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 26px 24px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  color: #fff; text-decoration: none;
  backdrop-filter: blur(6px);
  transition: all .22s ease;
  position: relative;
}
.sp-cta__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.10);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.5);
}
.sp-cta__card--primary {
  background: linear-gradient(160deg, var(--sp-gold) 0%, #a06f1c 100%);
  border-color: transparent;
  box-shadow: 0 18px 44px -18px rgba(192,138,42,.7);
}
.sp-cta__card--primary:hover {
  background: linear-gradient(160deg, #d39a35 0%, #b07a22 100%);
  border-color: transparent;
}
.sp-cta__card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,.14); color: #fff;
  margin-bottom: 6px;
}
.sp-cta__card--primary .sp-cta__card-icon { background: rgba(255,255,255,.22); }
.sp-cta__card-icon svg { width: 24px; height: 24px; }
.sp-cta__card-pre {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 800; color: var(--sp-gold);
}
.sp-cta__card--primary .sp-cta__card-pre { color: #fff; opacity: .92; }
.sp-cta__card-h3 { font-size: 20px; font-weight: 800; color: #fff; line-height: 1.2; }
.sp-cta__card-sub {
  font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.78);
  flex: 1;
}
.sp-cta__card--primary .sp-cta__card-sub { color: rgba(255,255,255,.92); }
.sp-cta__card-cta {
  margin-top: 6px;
  font-size: 14px; font-weight: 800; color: var(--sp-gold);
  display: inline-flex; align-items: center; gap: 4px;
}
.sp-cta__card--primary .sp-cta__card-cta { color: #fff; }
.sp-cta__trust {
  list-style: none; padding: 22px 0 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  max-width: 1080px;
  margin: 0 auto;
}
.sp-cta__trust li {
  display: flex; flex-direction: column; gap: 2px; text-align: center;
  padding: 12px 8px;
}
.sp-cta__trust strong {
  font-size: 22px; font-weight: 800; color: var(--sp-gold); letter-spacing: -.01em;
}
.sp-cta__trust span {
  font-size: 12px; color: rgba(255,255,255,.7);
  text-transform: uppercase; letter-spacing: .08em;
}

/* ---------- MOBILE ---------- */
@media (max-width: 880px) {
  .sp section { padding: 48px 0; }
  .sp-hero { padding: 56px 0 40px; }
  .sp-hero__stats { grid-template-columns: 1fr; gap: 10px; }
  .sp-tier { grid-template-columns: 1fr; gap: 14px; }
  .sp-yearly-banner { grid-template-columns: 1fr; gap: 16px; padding: 24px 22px; }
  .sp-yearly-banner__icon { width: 48px; height: 48px; }
  .sp-cta__grid { grid-template-columns: 1fr; }
  .sp-cta__trust { grid-template-columns: repeat(2, 1fr); }
  .sp-cta { padding: 56px 0; }
  .sp-table__rows li { grid-template-columns: 1fr auto; }
  .sp-table__rows li .sp-table__buy,
  .sp-table__rows li .sp-table__save { grid-column: 2; }
}
