/*
 * SecureHold WP — Pricing page styles
 * Scoped to body.sh-page-pricing (set by layout.php).
 * CSS variables and shared helpers (sh-wrap, btn--, sections) come from homepage.css.
 * Load order: homepage.css → pricing.css (declared as dependency in enqueue).
 */

/* ── Utility ───────────────────────────────────────────────── */
.sh-page-pricing .sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ─────────────────────────────────────────────────────────────
   SHARED SECTION CHROME (pricing-specific overrides)
───────────────────────────────────────────────────────────── */
.sh-page-pricing .section-header {
  text-align: center;
  margin-bottom: 56px;
}
.sh-page-pricing .section-header .section-h2 {
  margin-bottom: 12px;
  line-height: 1.15;
}
.sh-page-pricing .section-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 600; color: var(--brand);
  letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.sh-page-pricing .section-eyebrow-dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--brand);
}
.sh-page-pricing .section-sub {
  font-size: 16px; color: var(--slate-500);
  max-width: 560px; margin: 0 auto;
  line-height: 1.65; text-wrap: pretty;
}

/* Shared inner wrapper for compare / why-pro / faq sections */
.sh-page-pricing .compare-section-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1023px) { .sh-page-pricing .compare-section-inner { padding: 0 32px; } }
@media (max-width: 767px)  { .sh-page-pricing .compare-section-inner { padding: 0 20px; } }

/* ─────────────────────────────────────────────────────────────
   BUTTONS (pricing-specific — no conflict with homepage .btn--)
───────────────────────────────────────────────────────────── */
.sh-page-pricing .btn-primary,
.sh-page-pricing .btn-secondary,
.sh-page-pricing .btn-white,
.sh-page-pricing .btn-ghost-white {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Inter', sans-serif; font-weight: 600;
  border-radius: 8px; border: none; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: background .15s, transform .1s, box-shadow .15s;
  font-size: 14px; padding: 9px 18px;
}
.sh-page-pricing .btn-primary {
  background: var(--brand); color: #fff;
  box-shadow: 0 1px 2px rgba(47,91,255,.25);
}
.sh-page-pricing .btn-primary:hover {
  background: var(--brand-hover);
  box-shadow: 0 3px 10px rgba(47,91,255,.35);
  transform: translateY(-1px);
}
.sh-page-pricing .btn-primary:active { transform: translateY(0); }
.sh-page-pricing .btn-primary.large {
  font-size: 16px; padding: 13px 28px; border-radius: 10px;
}
.sh-page-pricing .btn-primary.full,
.sh-page-pricing .btn-secondary.full {
  width: 100%; justify-content: center;
}
.sh-page-pricing .btn-secondary {
  background: transparent; color: var(--slate-700);
  border: 1.5px solid var(--slate-200);
  font-size: 16px; padding: 13px 20px; border-radius: 10px;
}
.sh-page-pricing .btn-secondary:hover {
  border-color: var(--slate-300); color: var(--slate-900); background: var(--slate-50);
}
.sh-page-pricing .btn-white {
  background: #fff; color: var(--slate-900);
  font-size: 15px; padding: 13px 26px; border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.sh-page-pricing .btn-white:hover { background: var(--slate-100); transform: translateY(-1px); }
.sh-page-pricing .btn-ghost-white {
  background: transparent; color: rgba(255,255,255,.75);
  border: 1.5px solid rgba(255,255,255,.2);
  font-size: 15px; padding: 13px 26px; border-radius: 10px;
}
.sh-page-pricing .btn-ghost-white:hover {
  border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.05);
}
@media (max-width: 480px) {
  .sh-page-pricing .final-cta-btns .btn-white,
  .sh-page-pricing .final-cta-btns .btn-ghost-white { width: 100%; justify-content: center; }
}

/* ─────────────────────────────────────────────────────────────
   SECTION 1 — PRICING HERO
───────────────────────────────────────────────────────────── */
.sh-page-pricing .pricing-hero {
  padding-top: calc(var(--nav-h) + 80px);
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 60%, #f1f5f9 100%);
}
.sh-page-pricing .pricing-hero::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(47,91,255,.055) 0%, transparent 68%);
  pointer-events: none;
}
@media (max-width: 1023px) { .sh-page-pricing .pricing-hero { padding-left: 32px; padding-right: 32px; } }
@media (max-width: 767px)  { .sh-page-pricing .pricing-hero { padding-top: calc(var(--nav-h) + 52px); padding-left: 20px; padding-right: 20px; } }

.sh-page-pricing .pricing-hero-inner {
  max-width: 780px;
  margin: 0 auto;
}

.sh-page-pricing .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600; color: var(--brand);
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 22px;
}
.sh-page-pricing .hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand);
}

.sh-page-pricing .pricing-hero h1 em { font-style: normal; color: var(--brand); }
.sh-page-pricing .pricing-hero h1 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--slate-900);
  margin: 0 auto 20px;
  max-width: 660px;
  text-wrap: pretty;
}

.sh-page-pricing .pricing-hero-lead {
  font-size: 17px;
  line-height: 1.72;
  color: var(--slate-500);
  max-width: 600px;
  margin: 0 auto 36px;
  text-wrap: pretty;
}
@media (max-width: 767px) { .sh-page-pricing .pricing-hero-lead { font-size: 15.5px; } }

.sh-page-pricing .hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .sh-page-pricing .hero-cta-group { flex-direction: column; align-items: stretch; }
  .sh-page-pricing .hero-cta-group .btn-primary,
  .sh-page-pricing .hero-cta-group .btn-secondary { justify-content: center; }
}

.sh-page-pricing .trust-strip {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
  font-size: 12.5px; color: var(--slate-400); letter-spacing: .01em;
  padding-bottom: 48px;
}
.sh-page-pricing .trust-item { white-space: nowrap; }
.sh-page-pricing .trust-dot  { color: var(--slate-300); margin: 0 10px; }

/* Pricing hero -- mobile left alignment (<=767px) */
@media (max-width: 767px) {
  .sh-page-pricing .pricing-hero          { text-align: left; }
  .sh-page-pricing .pricing-hero h1       { margin: 0 0 20px; }
  .sh-page-pricing .pricing-hero-lead     { margin: 0 0 36px; }
  .sh-page-pricing .hero-cta-group        { justify-content: flex-start; }
  .sh-page-pricing .trust-strip           { justify-content: flex-start; }
}

/* ─────────────────────────────────────────────────────────────
   SECTION 2 — BILLING TOGGLE + CARDS
───────────────────────────────────────────────────────────── */
.sh-page-pricing .billing-cards-wrap {
  background: var(--slate-100);
}

.sh-page-pricing .billing-wrap {
  padding: 48px 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) { .sh-page-pricing .billing-wrap { padding: 40px 20px 0; } }

.sh-page-pricing .billing-label {
  font-size: 12px; font-weight: 600;
  color: var(--slate-400);
  letter-spacing: .07em; text-transform: uppercase;
  margin-bottom: 2px;
}

.sh-page-pricing .billing-toggle {
  position: relative;
  display: inline-flex;
  background: var(--slate-200);
  border-radius: 12px;
  padding: 4px;
}

.sh-page-pricing .billing-slider {
  position: absolute;
  top: 4px;
  height: calc(100% - 8px);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15,23,42,.1), 0 0 0 1px rgba(15,23,42,.06);
  transition: left .22s cubic-bezier(.4,0,.2,1), width .22s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  z-index: 0;
}

.sh-page-pricing .billing-btn {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 8px;
  padding: 10px 22px;
  border-radius: 9px; border: none; background: transparent;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--slate-500); cursor: pointer;
  transition: color .18s;
  white-space: nowrap; min-height: 44px; user-select: none;
}
.sh-page-pricing .billing-btn.active {
  color: var(--slate-900); font-weight: 600;
}

.sh-page-pricing .billing-save-badge {
  display: inline-flex; align-items: center;
  background: var(--emerald-light, #d1fae5);
  color: #065f46;
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 20px;
  letter-spacing: .01em;
  transition: opacity .18s;
}
.sh-page-pricing .billing-btn:not(.active) .billing-save-badge {
  background: rgba(16,185,129,.1);
  color: #059669;
  opacity: .7;
}

.sh-page-pricing .billing-helper {
  font-size: 12.5px;
  color: var(--slate-400);
  text-align: center;
  padding-bottom: 4px;
}

/* Cards outer */
.sh-page-pricing .cards-outer {
  padding: 40px 0 80px;
}
@media (max-width: 767px) { .sh-page-pricing .cards-outer { padding: 32px 0 64px; } }

.sh-page-pricing .cards-inner {
  max-width: 1232px; margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1023px) { .sh-page-pricing .cards-inner { padding: 0 32px; } }
@media (max-width: 767px)  { .sh-page-pricing .cards-inner { padding: 0 20px; } }

.sh-page-pricing .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 1080px) { .sh-page-pricing .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .sh-page-pricing .cards-grid { grid-template-columns: 1fr; } }

/* Pricing card */
.sh-page-pricing .pricing-card {
  background: #fff;
  border: 1.5px solid var(--slate-200);
  border-radius: 16px;
  padding: 26px 22px 22px;
  display: flex; flex-direction: column;
  position: relative;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.sh-page-pricing .pricing-card:hover {
  box-shadow: 0 6px 28px rgba(15,23,42,.08);
  transform: translateY(-2px);
}
.sh-page-pricing .pricing-card.recommended {
  border-color: var(--brand);
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(47,91,255,.07), 0 6px 28px rgba(47,91,255,.13);
}
.sh-page-pricing .pricing-card.recommended:hover {
  box-shadow: 0 0 0 5px rgba(47,91,255,.1), 0 10px 36px rgba(47,91,255,.18);
  transform: translateY(-3px);
}

.sh-page-pricing .recommended-pill {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 11px; border-radius: 20px; white-space: nowrap;
}

.sh-page-pricing .card-plan-name {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--slate-900); letter-spacing: -.01em;
}
.sh-page-pricing .card-activation {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 5px;
  font-size: 12px; font-weight: 500; color: var(--slate-400);
}

.sh-page-pricing .card-price-block {
  margin: 20px 0 6px;
  display: flex; flex-direction: column;
}
.sh-page-pricing .card-price-row {
  display: flex; align-items: baseline; gap: 2px;
}
.sh-page-pricing .card-price-currency {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700; font-size: 16px;
  color: var(--slate-500);
  align-self: flex-start; padding-top: 7px;
}
.sh-page-pricing .card-price-amount {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800; font-size: 46px;
  line-height: 1; letter-spacing: -.05em;
  color: var(--slate-900);
  transition: opacity .18s;
}
.sh-page-pricing .card-price-period {
  font-size: 13px; font-weight: 500;
  color: var(--slate-400); margin-left: 3px;
}
.sh-page-pricing .card-price-subline {
  font-size: 11.5px; color: var(--slate-400);
  margin-top: 5px; min-height: 17px;
  font-variant-numeric: tabular-nums;
  transition: opacity .18s;
}

.sh-page-pricing .card-for-tag {
  display: flex; align-items: center; gap: 6px;
  margin: 18px 0 16px;
  padding: 7px 10px;
  background: var(--slate-50);
  border: 1px solid var(--slate-100);
  border-radius: 8px;
  font-size: 12px; font-weight: 500;
  color: var(--slate-600); line-height: 1.45;
}
.sh-page-pricing .card-for-dot {
  flex-shrink: 0; width: 5px; height: 5px;
  border-radius: 50%; background: var(--slate-300);
}
.sh-page-pricing .pricing-card.recommended .card-for-tag {
  background: var(--brand-light);
  border-color: rgba(47,91,255,.12);
  color: #1e3aaa;
}
.sh-page-pricing .pricing-card.recommended .card-for-dot { background: var(--brand); }

.sh-page-pricing .card-divider { height: 1px; background: var(--slate-100); margin: 0 0 16px; }

.sh-page-pricing .card-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1; margin-bottom: 22px;
}
.sh-page-pricing .card-feature {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13px; color: var(--slate-600); line-height: 1.45;
}
.sh-page-pricing .feat-icon        { flex-shrink: 0; margin-top: 1px; }
.sh-page-pricing .feat-check-brand { color: var(--brand); }
.sh-page-pricing .feat-check-slate { color: var(--slate-400); }
.sh-page-pricing .feat-inherit     { font-weight: 600; color: var(--slate-800); }
.sh-page-pricing .feat-pro-badge {
  display: inline-flex; align-items: center;
  margin-left: 5px; padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: .04em;
  background: var(--brand-light); color: var(--brand);
  vertical-align: middle; white-space: nowrap;
}

.sh-page-pricing .card-cta-wrap { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.sh-page-pricing .card-note {
  font-size: 11.5px; color: var(--slate-400);
  text-align: center; line-height: 1.5;
}
.sh-page-pricing .card-note a { color: var(--brand); text-decoration: none; }
.sh-page-pricing .card-note a:hover { text-decoration: underline; }

/* Reassurance strip */
.sh-page-pricing .reassurance-strip {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0;
  margin-top: 28px;
  padding: 14px 20px;
  background: rgba(255,255,255,.6);
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  max-width: 780px;
  margin-left: auto; margin-right: auto;
}
.sh-page-pricing .reassurance-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: var(--slate-500);
  white-space: nowrap; padding: 4px 0;
}
.sh-page-pricing .reassurance-sep { color: var(--slate-300); margin: 0 14px; font-size: 12px; }
@media (max-width: 600px) {
  .sh-page-pricing .reassurance-strip { flex-direction: column; align-items: flex-start; gap: 6px; }
  .sh-page-pricing .reassurance-sep   { display: none; }
}

/* ─────────────────────────────────────────────────────────────
   SECTION 3 — COMPARISON TABLE
───────────────────────────────────────────────────────────── */
.sh-page-pricing .compare-section {
  background: #fff;
  padding: 96px 0;
}
@media (max-width: 767px) { .sh-page-pricing .compare-section { padding: 72px 0; } }

/* Scroll hint — mobile/tablet only, hidden on desktop */
.sh-page-pricing .compare-scroll-hint {
  display: none;
  text-align: right;
  font-size: 11px;
  color: var(--slate-400);
  letter-spacing: .02em;
  margin-bottom: 8px;
  padding-right: 2px;
  user-select: none;
}
@media (max-width: 767px) {
  .sh-page-pricing .compare-scroll-hint { display: block; }
}

/* Table container — allows inner scroll on very narrow screens */
.sh-page-pricing .compare-wrap {
  border: 1.5px solid var(--slate-200);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(15,23,42,.05);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sh-page-pricing .compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  table-layout: fixed;
}
.sh-page-pricing .compare-table col.col-feature { width: auto; }
.sh-page-pricing .compare-table col.col-free    { width: 120px; }
.sh-page-pricing .compare-table col.col-pro     { width: 120px; }

/* Column header row */
.sh-page-pricing .compare-header-row {
  background: var(--slate-900);
}
.sh-page-pricing .compare-col-head {
  padding: 14px 20px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700; font-size: 13px;
  color: rgba(255,255,255,.5);
  text-align: center; letter-spacing: -.01em;
}
.sh-page-pricing .compare-col-head.feature-col {
  text-align: left;
  color: rgba(255,255,255,.35);
  font-size: 11px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
}
.sh-page-pricing .compare-col-head.pro-col {
  color: #fff;
  background: rgba(47,91,255,.28);
  box-shadow: inset 0 3px 0 0 var(--brand);
}

/* Group header rows */
.sh-page-pricing .compare-group-header { background: var(--slate-100); }
.sh-page-pricing .compare-group-header th { border-top: 1px solid var(--slate-200); }
.sh-page-pricing .compare-group-label {
  padding: 11px 20px 11px 24px;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--slate-500);
  border-left: 3px solid var(--slate-300);
  text-align: left;
}

/* Feature rows */
.sh-page-pricing .compare-row { border-top: 1px solid var(--slate-100); transition: background .1s; }
.sh-page-pricing .compare-row:hover { background: var(--slate-50); }
.sh-page-pricing .compare-cell {
  padding: 14px 20px; font-size: 13.5px; color: var(--slate-600);
  vertical-align: middle;
}
.sh-page-pricing .compare-cell.val {
  text-align: center; font-size: 13px;
}
.sh-page-pricing .compare-cell.pro-col-val { background: rgba(47,91,255,.04); }

/* Values */
.sh-page-pricing .cmp-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(47,91,255,.1); color: var(--brand); flex-shrink: 0;
}
.sh-page-pricing .cmp-check.cmp-check-free {
  background: rgba(16,185,129,.1); color: var(--emerald, #10B981);
}
.sh-page-pricing .cmp-dash  { color: var(--slate-300); font-size: 16px; line-height: 1; }
.sh-page-pricing .cmp-text  { font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 5px; }
.sh-page-pricing .cmp-text.basic { background: var(--slate-100); color: var(--slate-500); }
.sh-page-pricing .cmp-text.full  { background: var(--brand-light); color: var(--brand); }

.sh-page-pricing .compare-pro-dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--brand);
  margin-right: 8px; flex-shrink: 0; vertical-align: middle;
}

/* Activations callout (tfoot) */
.sh-page-pricing .compare-activations {
  background: var(--slate-900);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 28px 32px;
}
.sh-page-pricing .compare-act-header {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: rgba(255,255,255,.3); margin-bottom: 18px;
}
.sh-page-pricing .compare-act-plans {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.sh-page-pricing .compare-act-group {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 12px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
}
.sh-page-pricing .compare-act-group.pro {
  border-color: rgba(47,91,255,.4);
  background: rgba(47,91,255,.15);
}
.sh-page-pricing .compare-act-count {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800; font-size: 28px;
  color: rgba(255,255,255,.5); letter-spacing: -.04em; line-height: 1;
}
.sh-page-pricing .compare-act-group.pro .compare-act-count { color: #fff; }
.sh-page-pricing .compare-act-unit {
  font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,.3); text-transform: lowercase; letter-spacing: .01em;
}
.sh-page-pricing .compare-act-group.pro .compare-act-unit { color: rgba(255,255,255,.45); }
.sh-page-pricing .compare-act-name {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.35); letter-spacing: .01em; text-align: center;
}
.sh-page-pricing .compare-act-group.pro .compare-act-name { color: rgba(255,255,255,.65); }

@media (max-width: 600px) {
  .sh-page-pricing .compare-table col.col-free,
  .sh-page-pricing .compare-table col.col-pro  { width: 80px; }
  .sh-page-pricing .compare-col-head,
  .sh-page-pricing .compare-cell { padding: 11px 12px; font-size: 12.5px; }
  .sh-page-pricing .compare-act-plans { grid-template-columns: repeat(2, 1fr); }
}

/* Compare CTA */
.sh-page-pricing .compare-cta-row { text-align: center; margin-top: 36px; }

/* ─────────────────────────────────────────────────────────────
   SECTION 4 — WHY PRO
───────────────────────────────────────────────────────────── */
.sh-page-pricing .why-pro-section {
  background: var(--slate-50);
  padding: 96px 0;
  border-top: 1px solid var(--slate-200);
}
@media (max-width: 767px) { .sh-page-pricing .why-pro-section { padding: 72px 0; } }

.sh-page-pricing .why-pro-grid {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.sh-page-pricing .why-pro-grid .benefit-card:nth-child(4) { grid-column: 1; }
.sh-page-pricing .why-pro-grid .benefit-card:nth-child(5) { grid-column: 2; }
@media (max-width: 900px) {
  .sh-page-pricing .why-pro-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-page-pricing .why-pro-grid .benefit-card:nth-child(4),
  .sh-page-pricing .why-pro-grid .benefit-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 560px) { .sh-page-pricing .why-pro-grid { grid-template-columns: 1fr; } }

.sh-page-pricing .benefit-card {
  background: #fff;
  border: 1.5px solid var(--slate-200);
  border-radius: 14px; padding: 28px 24px;
  transition: box-shadow .18s, transform .18s;
}
.sh-page-pricing .benefit-card:hover {
  box-shadow: 0 6px 24px rgba(15,23,42,.07);
  transform: translateY(-2px);
}
.sh-page-pricing .benefit-card.highlight {
  border-color: rgba(47,91,255,.25);
  box-shadow: 0 0 0 4px rgba(47,91,255,.06);
}
.sh-page-pricing .benefit-card.highlight:hover {
  box-shadow: 0 0 0 4px rgba(47,91,255,.08), 0 8px 28px rgba(47,91,255,.1);
}
.sh-page-pricing .benefit-card.highlight .benefit-icon {
  background: var(--brand); color: #fff;
}
.sh-page-pricing .benefit-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--brand-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; color: var(--brand);
}
.sh-page-pricing .benefit-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--slate-900); letter-spacing: -.02em; margin-bottom: 10px;
}
.sh-page-pricing .benefit-body {
  font-size: 13.5px; color: var(--slate-500);
  line-height: 1.65; text-wrap: pretty;
}

/* ─────────────────────────────────────────────────────────────
   SECTION 5 — FAQ
───────────────────────────────────────────────────────────── */
.sh-page-pricing .faq-section {
  background: var(--slate-50);
  padding: 96px 0;
  border-top: 1px solid var(--slate-200);
}
@media (max-width: 767px) { .sh-page-pricing .faq-section { padding: 72px 0; } }

.sh-page-pricing .faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 6px;
}

.sh-page-pricing .faq-item {
  background: #fff;
  border: 1.5px solid var(--slate-200);
  border-radius: 12px; overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.sh-page-pricing .faq-item.open {
  border-color: rgba(47,91,255,.25);
  box-shadow: 0 0 0 3px rgba(47,91,255,.06);
}
.sh-page-pricing .faq-question {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px; font-weight: 600; color: var(--slate-800);
  min-height: 60px; transition: background .12s;
}
.sh-page-pricing .faq-question:hover { background: var(--slate-50); }
.sh-page-pricing .faq-item.open .faq-question { color: var(--slate-900); }

.sh-page-pricing .faq-chevron {
  flex-shrink: 0; color: var(--slate-300);
  transition: transform .22s cubic-bezier(.4,0,.2,1), color .15s;
}
.sh-page-pricing .faq-item.open .faq-chevron {
  transform: rotate(180deg); color: var(--brand);
}

.sh-page-pricing .faq-answer {
  overflow: hidden; max-height: 0;
  transition: max-height .3s cubic-bezier(.4,0,.2,1);
}
.sh-page-pricing .faq-item.open .faq-answer { max-height: 400px; }

.sh-page-pricing .faq-answer-inner {
  padding: 16px 22px 22px;
  font-size: 14px; color: var(--slate-500);
  line-height: 1.72;
  border-top: 1px solid var(--slate-100);
}

/* ─────────────────────────────────────────────────────────────
   SECTION 6 — FINAL CTA
───────────────────────────────────────────────────────────── */
.sh-page-pricing .pricing-final-cta {
  background: var(--slate-900);
  padding: 96px 48px;
  text-align: center;
}
@media (max-width: 1023px) { .sh-page-pricing .pricing-final-cta { padding: 96px 32px; } }
@media (max-width: 767px)  { .sh-page-pricing .pricing-final-cta { padding: 72px 20px; } }

.sh-page-pricing .pricing-final-cta .final-cta-h2 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800; font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -.03em; color: #fff;
  margin-bottom: 16px; line-height: 1.12;
}
.sh-page-pricing .pricing-final-cta .final-cta-body {
  font-size: 16px; color: rgba(255,255,255,.55);
  max-width: 520px; margin: 0 auto 40px;
  line-height: 1.68; text-wrap: pretty;
}
.sh-page-pricing .final-cta-btns {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
}

/* ── Checkout cancel banner ──────────────────────────────────── */
.sh-page-pricing .checkout-cancelled-bar {
  background: #fef3c7;
  border-bottom: 1px solid #fde68a;
  color: #92400e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 20px;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: center;
}
.sh-page-pricing .checkout-cancelled-bar svg {
  flex-shrink: 0;
}

/* ── Checkout CTA buttons — loading state ────────────────────── */
.sh-page-pricing [data-checkout-plan]:disabled {
  opacity: .65;
  cursor: not-allowed;
}


@media (prefers-reduced-motion: reduce) {
  .sh-page-pricing * { transition: none !important; animation: none !important; }
}
