/* ============================================================
   WORDPRESS SUPPORT PAGE — page-wordpress-support.css
   Depends on global: wrap, section-white, section-cream,
   section-dark, btn-primary, btn-dark, btn-secondary,
   btn-outline-light, eyebrow, section-head, checklist,
   icon-badge, faq-list, faq-item, faq-q, faq-a, faq-toggle,
   accent, two-col
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */
.wps-breadcrumb {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.wps-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.wps-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .wps-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.wps-hero-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.wps-hero-badge-text {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}

.wps-hero-h1 {
  color: #fff;
  margin-bottom: 24px;
}

.wps-hero-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 36px;
}

.wps-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.wps-hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wps-hero-trust-item {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.wps-hero-trust-item strong {
  color: #fff;
}

/* Right column — cover cards */
.wps-cover-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wps-cover-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.wps-cover-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wps-cover-icon-lime {
  background: rgba(61, 255, 176, 0.1);
  border: 1px solid rgba(61, 255, 176, 0.2);
}
.wps-cover-icon-red {
  background: rgba(255, 107, 107, 0.15);
  border: 1px solid rgba(255, 107, 107, 0.25);
}

.wps-cover-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.wps-cover-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* ─────────────────────────────────────────────────────────
   2. STAT BAR
   ───────────────────────────────────────────────────────── */
.wps-stat-bar {
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.wps-stat-bar-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .wps-stat-bar-inner {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
  }
}

.wps-stat-item {
  padding: 28px 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.wps-stat-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .wps-stat-item:nth-child(2) {
    border-right: none;
  }
  .wps-stat-item:nth-child(1),
  .wps-stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}

.wps-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.wps-stat-value {
  font-size: 34px;
  font-weight: 800;
  color: #3dffb0;
  letter-spacing: -0.04em;
  line-height: 1;
}

.wps-stat-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}

/* ─────────────────────────────────────────────────────────
   3. WHY THIS MATTERS
   ───────────────────────────────────────────────────────── */
.wps-why-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 52px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wps-why-box {
    padding: 28px 24px;
  }
}
.wps-why-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1414c8, #3dffb0);
}

.wps-why-eyebrow {
  display: block;
  margin-bottom: 20px;
}

.wps-why-h2 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 44px);
  margin-bottom: 20px;
}

.wps-why-para {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  max-width: 820px;
  margin-bottom: 36px;
}

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

.wps-why-col {
  border-left: 3px solid rgba(61, 255, 176, 0.3);
  padding-left: 20px;
}

.wps-why-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.wps-why-col-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.wps-why-callout {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(61, 255, 176, 0.15);
  border-radius: 16px;
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .wps-why-callout {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 24px;
  }
}

.wps-why-callout-heading {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 12px;
}

.wps-why-callout-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 580px;
}

.wps-why-callout-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   4. WHO WE SUPPORT
   ───────────────────────────────────────────────────────── */
.wps-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wps-support-grid {
    grid-template-columns: 1fr;
  }
}

.wps-support-card {
  background: #fff;
  border: 1px solid var(--line-lt);
  border-radius: 14px;
  padding: 28px;
}

.wps-support-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.wps-support-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────
   5. WHAT GOES WRONG
   ───────────────────────────────────────────────────────── */
.wps-wrong-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wps-wrong-grid {
    grid-template-columns: 1fr;
  }
}

.wps-wrong-card {
  background: #f5f4f0;
  border: 1px solid var(--line-lt);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.wps-wrong-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}

.wps-wrong-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.wps-wrong-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.wps-wrong-cta {
  background: #06061a;
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.wps-wrong-cta-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.wps-wrong-cta-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.wps-wrong-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   6. WHAT WE DO (dark, two checklist columns)
   ───────────────────────────────────────────────────────── */
.wps-do-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .wps-do-grid {
    grid-template-columns: 1fr;
  }
}

.wps-do-col-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.wps-do-btns {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────────────────
   7. HOWEVER YOU'RE SET UP
   ───────────────────────────────────────────────────────── */
.wps-setup-section {
  background: #060238;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .wps-setup-section {
    padding: 56px 0;
  }
}

.wps-setup-head {
  margin-bottom: 52px;
}

.wps-setup-heading {
  color: #fff;
  margin-bottom: 16px;
}

.wps-setup-subtext {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 680px;
  line-height: 1.7;
}

.wps-setup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .wps-setup-grid {
    grid-template-columns: 1fr;
  }
}

.wps-setup-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  overflow: hidden;
}

.wps-setup-panel-head {
  padding: 28px 28px 20px;
}
.wps-setup-panel-head-featured {
  background: rgba(61, 255, 176, 0.06);
  border-bottom: 1px solid rgba(61, 255, 176, 0.1);
}
.wps-setup-panel:not(.wps-setup-panel-featured) .wps-setup-panel-head {
  background: rgba(255, 255, 255, 0.04);
}

.wps-setup-tag {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.wps-setup-tag-lime {
  color: #2bcf8e;
}

.wps-setup-panel-h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.wps-setup-panel-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.wps-setup-panel-body {
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.wps-setup-panel-featured .wps-setup-panel-body {
  border-top: none;
}

.wps-setup-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.wps-setup-list li {
  padding: 10px 0;
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wps-setup-list li:last-child {
  border-bottom: none;
}
.wps-setup-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #3dffb0;
  font-weight: 700;
}

.wps-setup-btns {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────────────────
   8. TESTIMONIALS
   ───────────────────────────────────────────────────────── */
.wps-testi-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .wps-testi-featured-grid {
    grid-template-columns: 1fr;
  }
}

.wps-testi-featured-card {
  background: #06061a;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wps-testi-featured-card {
    padding: 24px;
  }
}
.wps-testi-featured-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1414c8, #3dffb0);
}

.wps-testi-mark {
  font-size: 40px;
  color: rgba(61, 255, 176, 0.2);
  line-height: 1;
  margin-bottom: 8px;
}

.wps-testi-quote {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 24px;
}

.wps-testi-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.wps-testi-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.wps-testi-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2px;
}

.wps-testi-tag {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  line-height: 1.6;
}

.wps-testi-small-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .wps-testi-small-grid {
    grid-template-columns: 1fr;
  }
}

.wps-testi-small-card {
  background: #f5f4f0;
  border: 1px solid var(--line-lt);
  border-radius: 16px;
  padding: 28px;
}

.wps-testi-small-mark {
  font-size: 30px;
  color: rgba(6, 6, 26, 0.12);
  line-height: 1;
  margin-bottom: 8px;
}

.wps-testi-small-quote {
  font-size: 15px;
  color: var(--soft);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}

.wps-testi-small-meta {
  border-top: 1px solid var(--line-lt);
  padding-top: 14px;
}

.wps-testi-small-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.wps-testi-small-role {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* ─────────────────────────────────────────────────────────
   9. CASE STUDIES
   ───────────────────────────────────────────────────────── */
.wps-cs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .wps-cs-grid {
    grid-template-columns: 1fr;
  }
}

.wps-cs-card {
  background: #fff;
  border: 1px solid var(--line-lt);
  border-radius: 16px;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.wps-cs-head {
  background: #06061a;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wps-cs-client {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.wps-cs-platform {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px;
}

.wps-cs-badge {
  text-align: right;
  flex-shrink: 0;
}

.wps-cs-badge-value {
  font-size: 22px;
  font-weight: 800;
  color: #3dffb0;
  letter-spacing: -0.04em;
}

.wps-cs-badge-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.wps-cs-body {
  padding: 20px 24px;
}

.wps-cs-summary {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}

.wps-cs-timeline {
  display: flex;
  flex-direction: column;
}

.wps-cs-tl-row {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0efea;
}
.wps-cs-tl-row:last-child {
  border-bottom: none;
}

.wps-cs-tl-time {
  font-size: 12px;
  font-weight: 700;
  color: #06061a;
  width: 56px;
  flex-shrink: 0;
}

.wps-cs-tl-bar {
  width: 3px;
  background: #e8e6e0;
  border-radius: 2px;
  margin: 0 12px;
  flex-shrink: 0;
}
.wps-cs-tl-bar-active {
  background: #3dffb0;
}

.wps-cs-tl-step {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.wps-cs-tl-step-done {
  color: #059669;
}

.wps-cs-tl-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.wps-cs-narrative {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

.wps-cs-stats {
  background: rgba(61, 255, 176, 0.06);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wps-cs-stat {
  text-align: center;
}
.wps-cs-stat:not(:first-child) {
  border-left: 1px solid rgba(61, 255, 176, 0.2);
  padding-left: 20px;
}

.wps-cs-stat-value {
  font-size: 22px;
  font-weight: 800;
  color: #059669;
}

.wps-cs-stat-label {
  font-size: 12px;
  color: var(--muted);
}

.wps-cs-checklist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 0;
}
.wps-cs-checklist li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--soft);
}
.wps-cs-checklist li::before {
  content: '\2713';
  color: #3dffb0;
  font-weight: 700;
  flex-shrink: 0;
}

.wps-cs-quote {
  background: #f5f4f0;
  border-top: 1px solid var(--line-lt);
  padding: 16px 24px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  font-style: italic;
}

.wps-cs-cite {
  font-style: normal;
  font-weight: 600;
  color: var(--ink);
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.wps-cs-footer {
  text-align: center;
}

/* ─────────────────────────────────────────────────────────
   10. BEYOND FIXING (dark)
   ───────────────────────────────────────────────────────── */
.wps-beyond-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 768px) {
  .wps-beyond-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.wps-beyond-h2 {
  color: #fff;
  margin-bottom: 20px;
}

.wps-beyond-para {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 24px;
}

.wps-beyond-quote {
  background: rgba(61, 255, 176, 0.07);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 14px;
  padding: 22px 26px;
}

.wps-beyond-quote p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.wps-beyond-quote strong {
  color: #3dffb0;
}

.wps-beyond-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wps-beyond-feature {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wps-beyond-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(61, 255, 176, 0.1);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wps-beyond-feature-title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.wps-beyond-feature-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
}

.wps-beyond-callout {
  margin-top: 32px;
  background: rgba(61, 255, 176, 0.08);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 14px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.wps-beyond-callout-heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.wps-beyond-callout-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.wps-beyond-bottom-btns {
  margin-top: 32px;
  text-align: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────────────────
   11. PRICING
   ───────────────────────────────────────────────────────── */
.wps-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wps-price-grid {
    grid-template-columns: 1fr;
  }
}

.wps-price-card {
  background: #fff;
  border: 2px solid var(--line-lt);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  position: relative;
}
.wps-price-card-featured {
  background: #06061a;
  border: 2px solid rgba(61, 255, 176, 0.25);
}

.wps-price-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #3dffb0;
  color: #06061a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

.wps-price-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.wps-price-card-featured .wps-price-label {
  color: rgba(255, 255, 255, 0.8);
}

.wps-price-value {
  font-size: 44px;
  font-weight: 800;
  color: #06061a;
  letter-spacing: -0.04em;
  line-height: 1;
}
.wps-price-card-featured .wps-price-value {
  color: #3dffb0;
}

.wps-price-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--soft);
  margin: 8px 0 10px;
}
.wps-price-card-featured .wps-price-title {
  color: #fff;
}

.wps-price-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.wps-price-card-featured .wps-price-desc {
  color: rgba(255, 255, 255, 0.8);
}

.wps-guarantee-bar {
  background: #fff;
  border: 1px solid var(--line-lt);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wps-guarantee-bar {
    padding: 24px;
  }
}

.wps-guarantee-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wps-guarantee-item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: var(--soft);
}
.wps-guarantee-item::before {
  content: '\2713';
  color: #3dffb0;
  font-weight: 700;
}

.wps-guarantee-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   12. FAQ
   ───────────────────────────────────────────────────────── */
.wps-faq-section {
  padding-bottom: 80px;
}

/* ─────────────────────────────────────────────────────────
   13. CTA BAND
   ───────────────────────────────────────────────────────── */
.wps-cta-band {
  background: var(--grad);
  padding: 100px 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .wps-cta-band {
    padding: 56px 20px;
  }
}

.wps-cta-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.wps-cta-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.wps-cta-h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
}

.wps-cta-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.wps-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.wps-cta-btn-outline {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.wps-cta-phone-line {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.wps-cta-phone-line a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-decoration: none;
}


.icon-badge {
  width: 48px;
  height: 48px;
  background: #06061a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 18px;
}
.accent {
  color: #3dffb0;
}
.section-head {
  max-width: 100%;
}
.wps-do-section ul.checklist li {
  border-bottom-color: rgba(255,255,255, 0.16);
}
.cta-band p.cta-links-text {
  margin: 30px auto 0;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.cta-band p.cta-links-text a {
  font-weight: 700;
}