/* ============================================================
   SHOPIFY PAGE — page-shopify.css
   Depends on global: wrap, section-white, section-cream,
   section-dark, btn-primary, btn-secondary, btn-dark,
   btn-outline-light, eyebrow, section-head, callout,
   callout-dark, checklist, two-col,
   faq-list, faq-item, faq-q, faq-a, faq-toggle, cta-band
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */
.sh-top-block {
  background: var(--grad);
}

.sh-hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 48px 64px;
}
@media (max-width: 768px) {
  .sh-hero {
    padding: 56px 20px 48px;
  }
}

.sh-breadcrumb {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.sh-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

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

/* Platform badge */
.sh-platform-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sh-platform-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}

.sh-hero-h1 {
  color: #fff;
  margin-bottom: 24px;
}
.accent {
  color: #3dffb0;
}

.sh-hero-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 32px;
}

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

/* Trust badges */
.sh-trust-badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sh-trust-item {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.sh-trust-tick {
  color: #3dffb0;
  font-weight: 700;
  margin-right: 4px;
}
.sh-trust-item strong {
  color: #fff;
}

/* Terminal widget */
.sh-terminal {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.sh-terminal-bar {
  background: #1e1e2e;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sh-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.sh-dot-red    { background: #ff5f57; }
.sh-dot-yellow { background: #febc2e; }
.sh-dot-green  { background: #28c840; }

.sh-terminal-title {
  font-size: 12px;
  color: #555;
  margin: 0 auto;
  letter-spacing: 0.02em;
}

.sh-terminal-body {
  background: #1a1a2e;
  padding: 22px 22px 16px;
  font-size: 12px;
  line-height: 1.5;
}

.sh-term-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
}

.sh-term-time { flex-shrink: 0; }
.sh-term-sep  { color: rgba(255, 255, 255, 0.8); }

.sh-term-normal  .sh-term-time,
.sh-term-normal  .sh-term-text { color: rgba(255, 255, 255, 0.8); }

.sh-term-warning .sh-term-time,
.sh-term-warning .sh-term-text { color: #ff6b6b; font-weight: 700; }

.sh-term-action  .sh-term-time,
.sh-term-action  .sh-term-text { color: #febc2e; }

.sh-term-success .sh-term-time,
.sh-term-success .sh-term-text { color: #3dffb0; font-weight: 700; }

.sh-terminal-footer {
  background: #f0fdf4;
  border-top: 1px solid #bbf7d0;
  padding: 12px 22px;
  font-size: 11.5px;
  color: #166534;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sh-terminal-footer-badge {
  font-weight: 700;
  background: #166534;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ─────────────────────────────────────────────────────────
   3. WHY WE BUILT THIS (dark 2-col)
   ───────────────────────────────────────────────────────── */
.sh-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 768px) {
  .sh-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sh-why-h2 {
  color: #fff;
  margin-bottom: 20px;
}
.sh-why-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Pain point rows */
.sh-pain-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sh-pain-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.sh-pain-icon {
  width: 36px;
  height: 36px;
  /* background: #06061a; */
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sh-pain-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.sh-pain-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* Founder card */
.sh-founder-card {
  background: rgba(61, 255, 176, 0.07);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 24px;
}
.sh-founder-quote-mark {
  font-size: 48px;
  color: rgba(61, 255, 176, 0.2);
  line-height: 1;
  margin-bottom: 8px;
}
.sh-founder-quote {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sh-founder-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.sh-founder-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.sh-founder-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2px;
}

/* Result box */
.sh-result-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
}
.sh-result-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
.sh-result-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 0;
}
.sh-result-list li {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  align-items: flex-start;
}

/* ─────────────────────────────────────────────────────────
   4. SHARED CONTRAST LIST UTILITIES
   ───────────────────────────────────────────────────────── */
.sh-contrast-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 0;
}
.sh-contrast-list li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: flex-start;
}
.sh-contrast-list-light li {
  color: #374151;
}

.sh-tick       { color: #3dffb0; font-weight: 700; flex-shrink: 0; }
.sh-x          { color: #ff6b6b; flex-shrink: 0; }
.sh-arrow-red  { color: #ff6b6b; flex-shrink: 0; margin-top: 1px; }

/* ─────────────────────────────────────────────────────────
   5. NOT A DESIGN AGENCY (cream)
   ───────────────────────────────────────────────────────── */

/* Clarity card */
.sh-clarity-card {
  background: #06061a;
  border-radius: 20px;
  padding: 48px 52px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.sh-clarity-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1414c8, #3dffb0);
}
.sh-clarity-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.sh-clarity-h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 16px;
}
.sh-clarity-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  max-width: 760px;
  margin-bottom: 28px;
}
.sh-clarity-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .sh-clarity-split {
    grid-template-columns: 1fr;
  }
}
.sh-clarity-col {
  border-radius: 14px;
  padding: 24px;
}
.sh-clarity-col-dark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.sh-clarity-col-lime {
  background: rgba(61, 255, 176, 0.06);
  border: 1px solid rgba(61, 255, 176, 0.2);
}
.sh-clarity-col-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sh-clarity-col-label-red  { color: #ff6b6b; font-weight: 600;}
.sh-clarity-col-label-lime { color: #2bcf8e; font-weight: 600; }
.sh-clarity-col-dark .sh-contrast-list li { color: rgba(255, 255, 255, 0.8); }
.sh-clarity-col-lime .sh-contrast-list li { color: rgba(255, 255, 255, 0.8); }

/* Downtime card */
.sh-downtime-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 20px;
  padding: 48px 52px;
  position: relative;
  overflow: hidden;
}
.sh-downtime-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1414c8, #3dffb0);
}
.sh-downtime-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a5a72;
  margin-bottom: 28px;
}
.sh-downtime-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .sh-downtime-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.sh-downtime-col {
  text-align: center;
}
.sh-downtime-col:not(:first-child):not(:last-child) {
  border-left: 1px solid #e8e6e0;
  border-right: 1px solid #e8e6e0;
  padding: 0 24px;
}
.sh-dt-turnover {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a5a72;
  margin-bottom: 12px;
}
.sh-dt-intro {
  font-size: 13px;
  color: #5a5a72;
  margin-bottom: 8px;
}
.sh-dt-amount {
  font-size: 40px;
  font-weight: 800;
  color: #e53e3e;
  letter-spacing: -0.04em;
}
.sh-dt-suffix {
  font-size: 12px;
  color: #5a5a72;
  margin-top: 4px;
}
.sh-downtime-footer {
  border-top: 1px solid #e8e6e0;
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .sh-downtime-footer {
    grid-template-columns: 1fr;
  }
}
.sh-downtime-body {
  font-size: 15px;
  color: #5a5a72;
  line-height: 1.7;
}
.sh-response-callout {
  background: rgba(61, 255, 176, 0.07);
  border: 1px solid rgba(61, 255, 176, 0.25);
  border-radius: 14px;
  padding: 20px 24px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

/* Checkout emergency card */
.sh-checkout-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 16px;
  padding: 36px 40px;
  margin-top: 40px;
}
.sh-checkout-h3 {
  font-size: 20px;
  color: #111827;
  margin-bottom: 20px;
}
.sh-checkout-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .sh-checkout-split {
    grid-template-columns: 1fr;
  }
}
.sh-checkout-col-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sh-checkout-col-label-grey { color: #9ca3af; }
.sh-checkout-col-label-lime { color: #2bcf8e; }

/* ─────────────────────────────────────────────────────────
   6. TRACK RECORD (dark)
   ───────────────────────────────────────────────────────── */
.sh-tr-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}
.sh-tr-h2 {
  color: #fff;
  margin-bottom: 20px;
}
.sh-tr-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
.sh-tr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .sh-tr-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .sh-tr-grid {
    grid-template-columns: 1fr;
  }
}
.sh-tr-card {
  background: #08045f;
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
}
.sh-tr-client {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.sh-tr-time {
  font-size: 40px;
  font-weight: 800;
  color: #3dffb0;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.sh-tr-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

/* ─────────────────────────────────────────────────────────
   7. TESTIMONIALS (white)
   ───────────────────────────────────────────────────────── */
.sh-testi-grid {
  display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.sh-testi-card.sh-testi-card-dark {
  width: calc(50% - 12px);
}

.sh-testi-card.sh-testi-card-light {
  width: calc(33% - 14px);
}
@media (max-width: 768px) {
  .sh-testi-card.sh-testi-card-dark {
    width: 100%;
  }
  .sh-testi-card.sh-testi-card-light {
      width: 100%;
  }
}
.sh-testi-card {
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.sh-testi-card-dark {
  background: #06061a;
  position: relative;
}
.sh-testi-card-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1414c8, #3dffb0);
  width: 100%;
  height: 3px;
}
.sh-testi-card-light {
  background: #fff;
  border: 1px solid #e8e6e0;
}
.sh-testi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sh-testi-client {
  font-size: 16px;
  font-weight: 700;
}
.sh-testi-card-dark .sh-testi-client { color: #fff; }
.sh-testi-card-light .sh-testi-client { color: #111827; }

.sh-testi-tag {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
}
.sh-testi-card-dark .sh-testi-tag {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
}
.sh-testi-card-light .sh-testi-tag {
  background: #f5f4f0;
  color: #6b7280;
}

.sh-testi-quote {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
}
.sh-testi-card-dark .sh-testi-quote { color: rgba(255, 255, 255, 0.8); }
.sh-testi-card-light .sh-testi-quote { color: #111827; }

.sh-testi-footer {
  border-top: 1px solid;
  padding-top: 18px;
}
.sh-testi-card-dark .sh-testi-footer { border-color: rgba(255, 255, 255, 0.08); }
.sh-testi-card-light .sh-testi-footer { border-color: #f0eeea; }

.sh-testi-author {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.sh-testi-card-dark .sh-testi-author { color: #fff; }
.sh-testi-card-light .sh-testi-author { color: #111827; }

.sh-testi-outcome {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sh-testi-outcome-tag {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(61, 255, 176, 0.12);
  color: #3dffb0;
  padding: 4px 9px;
  border-radius: 5px;
}
.sh-testi-outcome-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.sh-testi-card-light .sh-testi-outcome-text { color: #6b7280; }

/* Testimonial nudge bar */
.sh-testi-nudge {
  background: #06061a;
  border-radius: 14px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sh-testi-nudge-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.sh-testi-nudge-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.sh-testi-nudge-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   8. PAIN POINTS (cream)
   ───────────────────────────────────────────────────────── */
.sh-pp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .sh-pp-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .sh-pp-grid {
    grid-template-columns: 1fr;
  }
}
.sh-pp-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 14px;
  padding: 28px;
}
.sh-pp-icon {
  width: 48px;
  height: 48px;
  background: #06061a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.sh-pp-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.sh-pp-text {
  font-size: 14px;
  color: #5a5a72;
  line-height: 1.65;
}

/* ─────────────────────────────────────────────────────────
   9. CASE STUDIES (white)
   ───────────────────────────────────────────────────────── */
.sh-cs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .sh-cs-grid {
    grid-template-columns: 1fr;
  }
}
.sh-cs-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 16px;
  overflow: hidden;
}
.sh-cs-head {
  background: #06061a;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-cs-client {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.sh-cs-platform {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px;
}
.sh-cs-total {
  font-size: 22px;
  font-weight: 800;
  color: #3dffb0;
  letter-spacing: -0.04em;
  text-align: right;
}
.sh-cs-incident {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  padding: 16px 24px 12px;
  border-bottom: 1px solid #f0efea;
}
.sh-cs-timeline {
  padding: 0 24px;
}
.sh-cs-tl-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 8px 0;
  border-bottom: 1px solid #f0efea;
}
.sh-cs-tl-row:last-child {
  border-bottom: none;
}
.sh-cs-tl-time {
  font-size: 12px;
  font-weight: 700;
  color: #06061a;
  width: 56px;
  flex-shrink: 0;
  padding-top: 2px;
}
.sh-cs-tl-bar {
  width: 3px;
  background: #e8e6e0;
  border-radius: 2px;
  margin: 0 14px;
  flex-shrink: 0;
}
.sh-cs-tl-bar-active { background: #3dffb0; }
.sh-cs-tl-step {
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}
.sh-cs-tl-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.sh-cs-quote {
  background: #f5f4f0;
  padding: 16px 24px;
  font-size: 13px;
  font-style: italic;
  color: #374151;
  line-height: 1.6;
  border-top: 1px solid #e8e6e0;
}
.sh-cs-cite {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-weight: 600;
  color: #111827;
  font-size: 12px;
}

/* ─────────────────────────────────────────────────────────
   10. CUSTOM DEVELOPMENT (dark)
   ───────────────────────────────────────────────────────── */
.sh-cd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .sh-cd-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.sh-cd-h2 {
  color: #fff;
  margin-bottom: 20px;
}
.sh-cd-para {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 24px;
}
.sh-cd-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sh-cd-feat-row {
  background: #08045f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.sh-cd-feat-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;
}
.sh-cd-feat-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.sh-cd-feat-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

/* Compare box */
.sh-cd-compare {
  background: #08045f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 36px 40px;
  margin-bottom: 32px;
}
.sh-cd-compare-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.sh-cd-compare-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .sh-cd-compare-split {
    grid-template-columns: 1fr;
  }
}
.sh-cd-col-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sh-cd-col-label-red  { color: #ff6b6b; font-weight: 600; }
.sh-cd-col-label-lime { color: #2bcf8e; font-weight: 600; }

.sh-cd-compare .sh-contrast-list li { color: rgba(255, 255, 255, 0.8); }
.sh-cd-col-label-lime + .sh-contrast-list li { color: rgba(255, 255, 255, 0.85); }

/* Custom dev nudge */
.sh-cd-nudge {
  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;
}
.sh-cd-nudge-heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.sh-cd-nudge-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* ─────────────────────────────────────────────────────────
   11. INTEGRATIONS (white)
   ───────────────────────────────────────────────────────── */
.sh-int-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .sh-int-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .sh-int-grid {
    grid-template-columns: 1fr;
  }
}
.sh-int-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 14px;
  padding: 24px;
}
.sh-int-icon {
  width: 44px;
  height: 44px;
  background: #06061a;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sh-int-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.sh-int-text {
  font-size: 14px;
  color: #5a5a72;
  line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────
   12. SLA (dark 3-panel)
   ───────────────────────────────────────────────────────── */
.sh-sla-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.sh-sla-h2 {
  color: #fff;
  margin-bottom: 16px;
}
.sh-sla-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
.sh-sla-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .sh-sla-panels {
    grid-template-columns: 1fr;
  }
}
.sh-sla-panel {
  padding: 36px 32px;
  text-align: center;
  position: relative;
}
.sh-sla-panel-p1 {
  background: rgba(61, 255, 176, 0.08);
  border: 1px solid rgba(61, 255, 176, 0.2);
  border-radius: 18px 0 0 18px;
}
.sh-sla-panel-3hr {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  border-right: none;
}
.sh-sla-panel-price {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 18px 18px 0;
}
.sh-sla-badge {
  background: #3dffb0;
  color: #06061a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}
.sh-sla-panel-3hr-badge {
  position: absolute;
  top: -1px;
  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: 0 0 10px 10px;
  white-space: nowrap;
}
.sh-sla-icon-box {
  width: 56px;
  height: 56px;
  background: rgba(61, 255, 176, 0.15);
  border: 1px solid rgba(61, 255, 176, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 20px;
}
.sh-sla-icon-box-dim {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.sh-sla-icon-box-grey {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.sh-sla-pound {
  font-size: 26px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
}
.sh-sla-value {
  font-size: 52px;
  font-weight: 800;
  color: #3dffb0;
  letter-spacing: -0.05em;
  line-height: 1;
}
.sh-sla-panel-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 8px;
}
.sh-sla-panel-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.sh-sla-price-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  line-height: 1.5;
}
.sh-sla-price-suffix {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  margin-bottom: 8px;
}

/* SLA promise row */
.sh-sla-promise {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sh-sla-promise-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 0;
}
.sh-sla-promise-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.sh-sla-promise-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   13. CTA BAND
   ───────────────────────────────────────────────────────── */
/* .sh-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.sh-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.sh-cta-btn-dark {
  display: inline-block;
  background: rgba(6, 6, 26, 0.12);
  color: #06061a;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.sh-cta-btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(6, 6, 26, 0.25);
  color: #06061a;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.sh-cta-phone-note {
  font-size: 13px;
  color: rgba(6, 6, 26, 0.5);
  margin-bottom: 0;
}
.sh-cta-phone-link {
  color: #06061a;
  font-weight: 700;
  text-decoration: none;
} */


.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, #e8e6e0);
  border-radius: 16px;
  overflow: hidden;
}

.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;
}
.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, #e8e6e0);
  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;
}

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

.nudge-cta .sh-testi-nudge-heading {
  font-size: 16px;
  font-weight: 700;
  color: #06061a;
  margin-bottom: 4px;
}

.nudge-cta .sh-testi-nudge-sub {
  font-size: 14px;
  color: rgba(6, 6, 26, .6);
}

/* ─────────────────────────────────────────────────────────
   13. SHARED HELPERS — translucent pill button for use on
   lime backgrounds (nudge-cta strip, cta-band), and the
   inline link colour inside a .callout box
   ───────────────────────────────────────────────────────── */
.btn-on-lime {
  display: inline-block;
  background: rgba(6, 6, 26, 0.12);
  color: #06061a;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.sh-callout-link {
  color: #2bcf8e;
  font-weight: 600;
  text-decoration: none;
}
.section-head h2.sh-tr-h2 {
  color: #fff;
}
.track-record--section .section-head {
  margin: 0 auto 75px;
  text-align: center;
}
.two-col ul.checklist.ap-marketing-checklist {
  margin: 0;
}
@media (max-width: 991px) {
  .sh-founder-card,
  .sh-result-box,
  .sh-clarity-card,
  .sh-clarity-col,
  .sh-downtime-card,
  .sh-testi-card,
  .sh-pp-card,
  .sh-checkout-card,
  .wps-cs-body,
  .sh-cd-feat-row,
  .sh-cd-compare,
  .sh-int-card {
    padding: 20px;
  }
  .sh-tr-time {
    font-size: 32px;
  }
  .wps-cs-quote {
    padding: 15px;
  }
  .wps-cs-head {
    padding: 20px;
  }
  .sh-sla-value {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sh-sla-value {
    font-size: 32px;
  }
  .sh-downtime-col:not(:first-child):not(:last-child) {
      border-left: 0px solid #e8e6e0;
      border-right: 0px solid #e8e6e0;
      padding: 20px 0px;
      border-top: 1px solid #e8e6e0;
      border-bottom: 1px solid #e8e6e0;
  }
  .sh-downtime-label {
    text-align: center;
  }
  .sh-downtime-footer {
    gap: 20px;
  }
  .sh-tr-time {
    font-size: 30px;
  }
  .wps-cs-head {
    flex-wrap: wrap;
  }
  .wps-cs-badge {
    text-align: left;
  }
  .wps-cs-tl-row {
    gap: 5px;
  }
  .wps-cs-tl-bar {
    margin: 0 5px;
  }
  .wps-cs-stats {
    flex-direction: column;
  }
  .wps-cs-stat:not(:first-child) {
    border-top: 1px solid rgba(61, 255, 176, 0.2);
    border-left: 0;
    padding: 20px 0;
  }
  .nudge-cta {
    padding: 20px;
    margin-top: 30px;
  }
  .sh-testi-nudge-btns {
    flex-direction: column;
  }
  .sh-sla-panel-p1 {
    border-radius: 18px;
  }
  .sh-sla-panels {
    gap: 20px;
  }
  .sh-sla-panel.sh-sla-panel-3hr,
  .sh-sla-panel-price {
    border-radius: 18px;
  }
}