body.site-home-refresh,
body.site-pricing-refresh,
body.site-demo-refresh,
body.site-generic-refresh {
  color-scheme: light;
}

body.site-home-refresh .nav,
body.site-pricing-refresh .nav,
body.site-demo-refresh .nav,
body.site-generic-refresh .nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(16, 35, 71, 0.1);
  box-shadow: 0 10px 28px rgba(16, 35, 71, 0.05);
}

body.site-home-refresh .nav-links a,
body.site-pricing-refresh .nav-links a,
body.site-demo-refresh .nav-links a,
body.site-generic-refresh .nav-links a {
  color: #45617f;
  font-weight: 700;
}

body.site-home-refresh .nav-links a:hover,
body.site-pricing-refresh .nav-links a:hover,
body.site-demo-refresh .nav-links a:hover,
body.site-generic-refresh .nav-links a:hover {
  color: #159a9c;
}

body.site-home-refresh .nav-actions .btn,
body.site-pricing-refresh .nav-actions .btn,
body.site-demo-refresh .nav-actions .btn,
body.site-generic-refresh .nav-actions .btn {
  min-width: 176px;
}

body.site-home-refresh .brand-logo,
body.site-pricing-refresh .brand-logo,
body.site-demo-refresh .brand-logo,
body.site-generic-refresh .brand-logo {
  filter: drop-shadow(0 10px 24px rgba(16, 35, 71, 0.08));
  height: 44px;
}

body.site-home-refresh .section-label,
body.site-pricing-refresh .section-label,
body.site-demo-refresh .section-label,
body.site-generic-refresh .section-label {
  letter-spacing: 0.18em;
}

body.site-home-refresh .hero-shell,
body.site-demo-refresh .demo-shell {
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.88)),
    radial-gradient(circle at top right, rgba(87, 215, 218, 0.22), transparent 32%);
  box-shadow:
    0 36px 90px rgba(15, 34, 71, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.site-home-refresh .hero-copy h1,
body.site-demo-refresh .hero-copy h1 {
  max-width: 9.5ch;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.92;
}

body.site-home-refresh .hero-copy p,
body.site-demo-refresh .hero-copy p {
  max-width: 54ch;
  font-size: 18px;
  color: #274265;
  font-weight: 500;
}

body.site-home-refresh .hero-pill,
body.site-demo-refresh .hero-pill {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(21, 154, 156, 0.14);
  color: #315372;
}

body.site-home-refresh .dashboard-card,
body.site-demo-refresh .ops-card:first-child {
  background:
    linear-gradient(180deg, rgba(8, 19, 44, 0.98), rgba(15, 34, 71, 0.96));
}

body.site-home-refresh .dashboard-card {
  border-color: rgba(87, 215, 218, 0.12);
}

body.site-home-refresh .dashboard-chip,
body.site-demo-refresh .lab-pill,
body.site-demo-refresh .start-card-badge {
  background: #0B1733;
  border-color: rgba(87, 215, 218, 0.3);
  color: #57D7DA;
}

body.site-home-refresh .signal-card,
body.site-demo-refresh .trust-mini-card,
body.site-demo-refresh .preview-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.site-home-refresh .signal-card strong {
  color: #57d7da;
}

body.site-home-refresh .mini-row strong,
body.site-home-refresh .proof-card strong {
  color: #eefcff;
}

body.site-home-refresh .floating-proof {
  grid-template-columns: 1.3fr 1fr;
}

body.site-home-refresh .proof-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 35, 71, 0.08);
  box-shadow: 0 18px 40px rgba(16, 35, 71, 0.08);
}

body.site-home-refresh .proof-card.primary {
  background:
    linear-gradient(135deg, rgba(87, 215, 218, 0.18), rgba(255, 255, 255, 0.98));
  border-color: rgba(21, 154, 156, 0.18);
}

body.site-home-refresh .proof-strip {
  padding-top: 8px;
}

body.site-home-refresh .proof-strip-grid {
  gap: 18px;
}

body.site-home-refresh .proof-strip-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 35, 71, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(16, 35, 71, 0.06);
}

body.site-home-refresh .proof-strip-item strong {
  color: #102347;
}

body.site-home-refresh .service-card,
body.site-home-refresh .compare-card,
body.site-home-refresh .quote-card,
body.site-demo-refresh .example-card,
body.site-demo-refresh .evidence-card {
  border-color: rgba(16, 35, 71, 0.12);
  box-shadow: 0 22px 48px rgba(16, 35, 71, 0.08);
}

body.site-home-refresh .service-card,
body.site-home-refresh .compare-card.good,
body.site-home-refresh .quote-card,
body.site-demo-refresh .example-card,
body.site-demo-refresh .evidence-card {
  background: rgba(255, 255, 255, 0.92);
}

body.site-home-refresh .service-card::before,
body.site-home-refresh .cta-band::before,
body.site-demo-refresh .reveal-panel::before {
  opacity: 1;
}

body.site-home-refresh .service-icon {
  background: linear-gradient(135deg, rgba(21, 154, 156, 0.16), rgba(87, 215, 218, 0.18));
}

body.site-home-refresh .dark-band {
  background:
    radial-gradient(circle at top right, rgba(87, 215, 218, 0.12), transparent 26%),
    linear-gradient(180deg, #0b1733 0%, #0d2140 100%);
}

body.site-home-refresh .journey-card,
body.site-home-refresh .cta-band,
body.site-demo-refresh .reveal-panel {
  background:
    linear-gradient(135deg, rgba(11, 23, 51, 0.98), rgba(16, 35, 71, 0.95));
  border: 1px solid rgba(87, 215, 218, 0.18);
  box-shadow: 0 30px 78px rgba(11, 23, 51, 0.22);
}

body.site-home-refresh .journey-card strong,
body.site-home-refresh .cta-copy h2,
body.site-home-refresh .cta-panel h3,
body.site-demo-refresh .reveal-copy h2,
body.site-demo-refresh .reveal-side h3 {
  color: #ffffff;
}

body.site-home-refresh .journey-card strong {
  color: #57d7da;
}

body.site-home-refresh .journey-card ul li::marker {
  color: #57d7da;
}

body.site-home-refresh .compare-card.bad {
  background: linear-gradient(180deg, rgba(228, 235, 244, 0.98), rgba(216, 226, 239, 0.98));
  border-color: rgba(16, 35, 71, 0.2);
  box-shadow: 0 24px 52px rgba(16, 35, 71, 0.1);
}

body.site-home-refresh .compare-card.good {
  background: linear-gradient(180deg, rgba(218, 255, 250, 0.98), rgba(241, 255, 252, 1));
  border-color: rgba(21, 154, 156, 0.42);
  box-shadow: 0 0 0 1px rgba(21, 154, 156, 0.16), 0 32px 68px rgba(10, 111, 120, 0.16);
}

body.site-home-refresh .compare-card.bad h3,
body.site-home-refresh .compare-card.good h3 {
  color: #0b1733;
}

body.site-home-refresh .compare-card.bad .compare-item,
body.site-home-refresh .compare-card.good .compare-item {
  color: #173458;
}

body.site-home-refresh .compare-item::before,
body.site-home-refresh .service-list span::before,
body.site-demo-refresh .reveal-points span::before {
  color: #159a9c;
}

body.site-home-refresh .quote-card strong,
body.site-demo-refresh .evidence-card strong {
  color: #102347;
}

body.site-home-refresh .quote-card span,
body.site-demo-refresh .evidence-link {
  color: #159a9c;
}

body.site-home-refresh .faq-shell,
body.site-demo-refresh .faq-shell {
  gap: 16px;
}

body.site-home-refresh .faq-item,
body.site-demo-refresh .faq-item {
  padding: 0 20px;
  border: 1px solid rgba(16, 35, 71, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(16, 35, 71, 0.05);
}

body.site-home-refresh .cta-panel,
body.site-demo-refresh .reveal-side {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

body.site-home-refresh .cta-proof span,
body.site-home-refresh .hero-micro span,
body.site-home-refresh .hero-meta span,
body.site-demo-refresh .hero-note span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.site-home-refresh .demo-link,
body.site-pricing-refresh .demo-link,
body.site-demo-refresh .evidence-link {
  color: #57d7da;
}

body.site-pricing-refresh .pricing-shell {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 255, 0.9)),
    radial-gradient(circle at top right, rgba(87, 215, 218, 0.16), transparent 28%);
  box-shadow: 0 34px 84px rgba(16, 35, 71, 0.1);
}

body.site-pricing-refresh .pricing-copy h1 {
  font-size: clamp(46px, 6vw, 76px);
  max-width: 9ch;
}

body.site-pricing-refresh .hero-point,
body.site-pricing-refresh .offer-label {
  border-color: rgba(21, 154, 156, 0.16);
}

body.site-pricing-refresh .offer-card,
body.site-pricing-refresh .proof-band {
  background:
    linear-gradient(180deg, rgba(11, 23, 51, 0.98), rgba(16, 35, 71, 0.96));
  border: 1px solid rgba(87, 215, 218, 0.1);
}

body.site-pricing-refresh .offer-actions .btn-secondary {
  color: #102347;
}

body.site-pricing-refresh .flow-card {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 60px rgba(16, 35, 71, 0.06);
}

body.site-pricing-refresh .flow-step {
  background: linear-gradient(180deg, #f6fbff, #ffffff);
  border-color: rgba(16, 35, 71, 0.08);
}

body.site-demo-refresh .demo-shell {
  padding-bottom: 42px;
}

body.site-demo-refresh .start-card,
body.site-demo-refresh .ops-card,
body.site-demo-refresh .example-card,
body.site-demo-refresh .evidence-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 35, 71, 0.08);
  box-shadow: 0 22px 50px rgba(16, 35, 71, 0.08);
}

body.site-demo-refresh .demo-stage-shell .section-intro {
  margin-bottom: 40px;
}

body.site-demo-refresh .phone-frame {
  box-shadow: 0 26px 60px rgba(16, 35, 71, 0.12);
}

body.site-demo-refresh .chat-bubble.ai {
  background: linear-gradient(135deg, #159a9c, #0f6f78);
}

body.site-demo-refresh .chat-bubble.customer {
  background: #edf4ff;
  color: #102347;
}

body.site-demo-refresh .chat-bubble.note,
body.site-demo-refresh .phase-chip.active {
  background: rgba(87, 215, 218, 0.12);
  border-color: rgba(21, 154, 156, 0.14);
  color: #0f6f78;
}

body.site-demo-refresh .chat-option {
  border-color: rgba(21, 154, 156, 0.18);
  background: #f7fdff;
  color: #103258;
}

body.site-demo-refresh .chat-option:hover {
  background: #e8fbfc;
  border-color: rgba(21, 154, 156, 0.3);
}

body.site-demo-refresh .ops-card .alert-kicker,
body.site-demo-refresh .evidence-card strong {
  color: #159a9c;
}

body.site-demo-refresh .proof-strip .proof-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 35, 71, 0.08);
  box-shadow: 0 18px 36px rgba(16, 35, 71, 0.06);
}

body.site-demo-refresh .proof-strip .proof-item strong {
  color: #102347;
}

body.site-home-refresh .footer,
body.site-pricing-refresh .footer,
body.site-demo-refresh .footer,
body.site-generic-refresh .footer {
  background:
    radial-gradient(circle at top left, rgba(87, 215, 218, 0.08), transparent 26%),
    linear-gradient(180deg, #0b1733 0%, #091126 100%);
}

body.site-home-refresh .footer-badge,
body.site-pricing-refresh .footer-badge,
body.site-demo-refresh .footer-badge,
body.site-generic-refresh .footer-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-generic-refresh {
  background:
    radial-gradient(circle at top left, rgba(87, 215, 218, 0.12), transparent 28%),
    linear-gradient(180deg, #f4fbfb 0%, #ffffff 32%, #f5f9ff 100%);
}

body.site-generic-refresh .about-hero,
body.site-generic-refresh .hiw-hero,
body.site-generic-refresh .hero {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(87, 215, 218, 0.1) 0%, transparent 70%);
}

body.site-generic-refresh .story-section,
body.site-generic-refresh .steps-section,
body.site-generic-refresh .library-card,
body.site-generic-refresh .founder-section {
  background: transparent;
}

body.site-generic-refresh .story-article,
body.site-generic-refresh .step-visual,
body.site-generic-refresh .library-card,
body.site-generic-refresh .footer-cta,
body.site-generic-refresh .why-card,
body.site-generic-refresh .stage-card {
  background: rgba(13, 33, 64, 0.9);
  border-color: rgba(87, 215, 218, 0.15);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

body.site-generic-refresh .stats-dark-section,
body.site-generic-refresh .after-section,
body.site-generic-refresh .evidence-band {
  background:
    radial-gradient(circle at top right, rgba(87, 215, 218, 0.12), transparent 26%),
    linear-gradient(180deg, #0b1733 0%, #0d2140 100%);
}

body.site-generic-refresh .stats-dark-section .section-label,
body.site-generic-refresh .evidence-band .section-label {
  color: #57d7da;
}

body.site-generic-refresh .stats-dark-section .section-label::before,
body.site-generic-refresh .evidence-band .section-label::before {
  background: #57d7da;
  box-shadow: 0 0 12px rgba(87, 215, 218, 0.5);
}

body.site-generic-refresh .pull-quote,
body.site-generic-refresh .story-divider,
body.site-generic-refresh .step-detail-list li::before,
body.site-generic-refresh .audit-status.ok,
body.site-generic-refresh .tag-lead {
  border-color: rgba(21, 154, 156, 0.24);
}

body.site-generic-refresh .pull-quote,
body.site-generic-refresh .story-divider {
  border-left-color: #159a9c;
  background: none;
}

body.site-generic-refresh .story-article p:first-of-type::first-letter,
body.site-generic-refresh .stats-dark-section .section-label,
body.site-generic-refresh .stat-card-dark .stat-val,
body.site-generic-refresh .tag-lead {
  color: #57d7da;
}

body.site-generic-refresh .audit-status.ok {
  background: rgba(87, 215, 218, 0.16);
  color: #0f6f78;
}

body.site-generic-refresh .mission-section {
  background: #e9f8fb;
  border-top-color: rgba(21, 154, 156, 0.16);
}

/* Eliminate light body-background bleed between dark sections and footer */
body.site-generic-refresh .cta-strip + .footer,
body.site-home-refresh .final-cta + .footer,
body.site-demo-refresh .footer,
body.site-pricing-refresh .footer {
  margin-top: -1px;
  position: relative;
}

/* Dark-to-dark section seams: overlap 1px to prevent gradient bleed */
body.site-generic-refresh .cta-strip {
  position: relative;
  z-index: 1;
}

body.site-generic-refresh .after-section + .cta-strip {
  margin-top: -1px;
}

@media (max-width: 1100px) {
  body.site-home-refresh .floating-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.site-home-refresh .hero-copy h1,
  body.site-pricing-refresh .pricing-copy h1,
  body.site-demo-refresh .hero-copy h1 {
    font-size: clamp(38px, 12vw, 58px);
    max-width: 100%;
  }

  body.site-home-refresh .journey-card,
  body.site-home-refresh .cta-band,
  body.site-demo-refresh .reveal-panel {
    border-radius: 28px;
  }

  body.site-home-refresh .faq-item,
  body.site-demo-refresh .faq-item {
    padding: 0 16px;
  }
}

/* ── INDUSTRY SELECTOR PILLS ── */
.industry-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.industry-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 154, 156, 0.2);
  background: rgba(255, 255, 255, 0.6);
  color: #45617f;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
  white-space: nowrap;
}

.industry-pill:hover {
  border-color: rgba(21, 154, 156, 0.45);
  background: rgba(21, 154, 156, 0.06);
  color: #159a9c;
}

.industry-pill.active {
  background: rgba(21, 154, 156, 0.12);
  border-color: #159a9c;
  color: #0f6f78;
}

/* fade transition on dashboard swap */
.dash-leads.is-fading,
#dash-biz-name.is-fading {
  opacity: 0;
  transition: opacity 200ms ease;
}

@media (max-width: 560px) {
  .industry-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .industry-pills::-webkit-scrollbar {
    display: none;
  }
}

/* ══════════════════════════════════════════
   ROI CALCULATOR SECTION
══════════════════════════════════════════ */

.roi-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top right, rgba(87, 215, 218, 0.1), transparent 30%),
    radial-gradient(circle at bottom left, rgba(87, 215, 218, 0.06), transparent 28%),
    linear-gradient(180deg, #0b1733 0%, #0d2140 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.roi-header {
  text-align: center;
  margin-bottom: 52px;
}

.roi-header h2 {
  font-size: clamp(28px, 4vw, 46px);
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 12px 0 10px;
}

.roi-header p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.roi-card {
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(87, 215, 218, 0.16);
  border-radius: 28px;
  padding: 48px 48px 40px;
  box-shadow: 0 32px 80px rgba(6, 18, 44, 0.3);
}

/* ── Inputs ── */

.roi-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  margin-bottom: 40px;
}

.roi-input-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}

.roi-slider-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.roi-slider-val {
  min-width: 56px;
  text-align: right;
  font-size: 20px;
  font-weight: 800;
  color: #57d7da;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.roi-slider-bounds {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

/* Range input styling */
input[type="range"].roi-slider-styled,
.roi-input-group input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
  cursor: pointer;
}

input[type="range"].roi-slider-styled::-webkit-slider-runnable-track,
.roi-input-group input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

input[type="range"].roi-slider-styled::-webkit-slider-thumb,
.roi-input-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #159a9c;
  box-shadow: 0 0 0 4px rgba(87, 215, 218, 0.22);
  cursor: pointer;
  margin-top: -9px;
  transition: box-shadow 0.15s;
}

input[type="range"].roi-slider-styled::-webkit-slider-thumb:hover,
.roi-input-group input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(87, 215, 218, 0.3);
}

input[type="range"].roi-slider-styled::-moz-range-thumb,
.roi-input-group input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: #159a9c;
  box-shadow: 0 0 0 4px rgba(87, 215, 218, 0.22);
  cursor: pointer;
}

input[type="range"].roi-slider-styled::-moz-range-track,
.roi-input-group input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

/* ── Results ── */

.roi-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.roi-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.roi-line strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  white-space: nowrap;
}

.roi-line-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  margin-top: 4px;
}

.roi-line-net {
  color: rgba(255, 255, 255, 0.75);
}

.roi-line-net strong {
  color: #57d7da;
}

.roi-big-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(87, 215, 218, 0.06);
  border: 1px solid rgba(87, 215, 218, 0.14);
  border-radius: 20px;
  padding: 28px 20px;
}

.roi-leaving-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 8px;
}

.roi-leaving-amount {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #57d7da;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 8px;
  transition: transform 0.12s ease;
}

@keyframes roi-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.roi-leaving-amount.roi-pulse {
  animation: roi-pop 0.28s ease forwards;
}

.roi-leaving-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

/* ── Footnote and CTA ── */

.roi-footnote {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.6;
}

.roi-footnote strong {
  color: rgba(255, 255, 255, 0.75);
}

.roi-cta {
  text-align: center;
}

/* ── Mobile ── */

@media (max-width: 768px) {
  .roi-section {
    padding: 72px 0;
  }

  .roi-card {
    padding: 32px 24px 28px;
    border-radius: 20px;
  }

  .roi-inputs {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .roi-results {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .roi-big-result {
    order: -1;
  }

  .roi-leaving-amount {
    font-size: 44px;
  }
}

/* ── PRICE ANCHOR COMPARISON ── */
.price-anchor {
  max-width: 580px;
  margin: 0 auto 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 35, 71, 0.08);
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(16, 35, 71, 0.05);
}

.price-anchor-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a93b0;
  margin-bottom: 16px;
}

.price-anchor-rows {
  display: grid;
  gap: 0;
}

.price-anchor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(16, 35, 71, 0.06);
}

.price-anchor-row:last-child {
  border-bottom: none;
}

.price-anchor-item {
  font-size: 14px;
  color: #7a93b0;
  font-weight: 500;
}

.price-anchor-cost {
  font-size: 14px;
  color: #9aafc5;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.price-anchor-total {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 2px solid rgba(16, 35, 71, 0.1);
  border-bottom: none;
}

.price-anchor-total .price-anchor-item,
.price-anchor-total .price-anchor-cost {
  color: #455e7a;
  font-weight: 700;
}

.price-anchor-bridge {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #102347;
  letter-spacing: -0.02em;
}

/* ══════════════════════════════════════════
   COMPREHENSIVE RESPONSIVE FIXES
   Appended 2026-03-23
══════════════════════════════════════════ */

/* ── Prevent all horizontal overflow ── */
body {
  overflow-x: hidden;
}
*, *::before, *::after {
  max-width: 100%;
}
img, svg, video, canvas, audio, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

/* ── TABLET: 768px – 1100px ── */
@media (max-width: 1100px) {
  /* Hero layout collapses to single col on tablet */
  body.site-home-refresh .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Bento: .sm cards go half-width on tablet */
  body.site-home-refresh .bento-card.sm {
    grid-column: span 6;
  }

  /* Numbers grid: 2x2 on tablet */
  body.site-home-refresh .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /* Price anchor: ensure it stays contained */
  .price-anchor {
    padding: 20px 22px;
  }
}

/* ── MOBILE: < 768px ── */
@media (max-width: 768px) {

  /* ── Global section padding reduction ── */
  .section, body.site-home-refresh .hiw-section,
  body.site-home-refresh .bento-section,
  body.site-home-refresh .realtalk-section,
  body.site-home-refresh .pricing-section,
  body.site-home-refresh .numbers-section {
    padding: 56px 0;
  }

  /* ── Hero ── */
  body.site-home-refresh .hero {
    padding: 32px 0 20px;
  }
  body.site-home-refresh .hero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.site-home-refresh .hero-copy .hero-sub {
    font-size: 17px;
  }
  body.site-home-refresh .hero-trust-micro {
    gap: 8px;
  }

  /* ── Hero dashboard ── */
  body.site-home-refresh .hero-dashboard {
    padding: 18px;
    border-radius: 20px;
    overflow: hidden;
  }
  body.site-home-refresh .dash-header-left .dash-title {
    font-size: 15px;
  }
  body.site-home-refresh .dash-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  body.site-home-refresh .dash-stat strong {
    font-size: 20px;
  }
  body.site-home-refresh .dash-stat span {
    font-size: 11px;
  }
  body.site-home-refresh .dash-stat {
    padding: 10px;
  }
  body.site-home-refresh .dash-lead-row {
    font-size: 12px;
    padding: 8px 10px;
    gap: 8px;
  }
  body.site-home-refresh .dash-lead-row .lead-status {
    font-size: 10px;
    padding: 2px 7px;
  }
  body.site-home-refresh .dash-live-badge {
    font-size: 11px;
    padding: 6px 10px;
  }

  /* ── Before/After ── */
  body.site-home-refresh .ba-section {
    padding: 56px 0;
  }
  body.site-home-refresh .ba-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.site-home-refresh .ba-col {
    padding: 24px;
  }
  body.site-home-refresh .ba-col:first-child {
    border-radius: 20px 20px 0 0;
  }
  body.site-home-refresh .ba-col:last-child {
    border-radius: 0 0 20px 20px;
  }

  /* ── How It Works grid ── */
  body.site-home-refresh .hiw-grid {
    grid-template-columns: 1fr;
  }
  body.site-home-refresh .hiw-card {
    padding: 24px 20px;
  }

  /* ── Bento grid: all cards full width ── */
  body.site-home-refresh .bento-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.site-home-refresh .bento-card,
  body.site-home-refresh .bento-card.lg,
  body.site-home-refresh .bento-card.md,
  body.site-home-refresh .bento-card.sm {
    grid-column: span 12;
    padding: 22px;
  }

  /* ── Numbers grid: 2×2 on mobile ── */
  body.site-home-refresh .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  body.site-home-refresh .numbers-item {
    padding: 22px 12px;
  }
  body.site-home-refresh .numbers-item strong {
    font-size: 30px;
  }
  body.site-home-refresh .numbers-section {
    padding: 56px 0;
  }

  /* ── Pricing card ── */
  body.site-home-refresh .pricing-card {
    padding: 24px 18px;
  }
  body.site-home-refresh .pricing-section {
    padding: 56px 0;
  }

  /* ── Final CTA ── */
  body.site-home-refresh .final-cta {
    padding: 56px 0;
  }
  body.site-home-refresh .final-cta-inner .btn-primary {
    width: 100%;
    min-width: unset;
  }

  /* ── Price anchor ── */
  .price-anchor {
    padding: 18px 16px;
    border-radius: 16px;
  }
  .price-anchor-item,
  .price-anchor-cost {
    font-size: 13px;
  }
  .price-anchor-bridge {
    font-size: 14px;
  }

  /* ── ROI card ── (already handled but reinforce) */
  .roi-section {
    padding: 56px 0;
  }
  .roi-header {
    margin-bottom: 36px;
  }
}

/* ── SMALL MOBILE: < 480px ── */
@media (max-width: 480px) {
  /* Hero */
  body.site-home-refresh .hero-copy h1 {
    font-size: clamp(32px, 10vw, 42px);
  }
  body.site-home-refresh .hero-btns .btn,
  body.site-home-refresh .hero-btns a {
    width: 100%;
    justify-content: center;
  }

  /* Dashboard: stack stats on very small screens */
  body.site-home-refresh .dash-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  body.site-home-refresh .dash-stat strong {
    font-size: 17px;
  }

  /* Numbers: stack to 2-col */
  body.site-home-refresh .numbers-item strong {
    font-size: 26px;
  }

  /* Pricing card */
  body.site-home-refresh .pricing-card {
    padding: 20px 14px;
  }
  body.site-home-refresh .pricing-price .amount {
    font-size: 40px;
  }

  /* Bento card smaller padding */
  body.site-home-refresh .bento-card,
  body.site-home-refresh .bento-card.lg,
  body.site-home-refresh .bento-card.md,
  body.site-home-refresh .bento-card.sm {
    padding: 18px;
  }

  /* Announcement bar */
  body.site-home-refresh .announcement-bar {
    font-size: 12px;
    padding: 9px 12px;
  }

  /* FAQ question font size */
  body.site-home-refresh .faq-question {
    font-size: 16px;
  }
}

/* ══════════════════════════════════════════
   RESULTS PAGE RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 768px) {
  body.site-generic-refresh .hero-shell {
    padding: 28px 20px 24px;
    border-radius: 24px;
  }
  body.site-generic-refresh .articles-grid {
    grid-template-columns: 1fr;
  }
  body.site-generic-refresh .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.site-generic-refresh .article-stat {
    font-size: 38px;
  }
  body.site-generic-refresh .footer-cta {
    padding: 32px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  body.site-generic-refresh .stats-grid {
    grid-template-columns: 1fr;
  }
  body.site-generic-refresh .hero-pills {
    gap: 8px;
  }
  body.site-generic-refresh .hero-actions .btn {
    width: 100%;
  }
}

/* ══════════════════════════════════════════
   PRICING PAGE RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 960px) {
  body.site-pricing-refresh .pricing-hero-grid {
    grid-template-columns: 1fr;
  }
  body.site-pricing-refresh .proof-grid,
  body.site-pricing-refresh .flow-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body.site-pricing-refresh .pricing-shell {
    padding: 24px 20px;
    border-radius: 24px;
  }
  body.site-pricing-refresh .offer-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  body.site-pricing-refresh .offer-price strong {
    font-size: 48px;
  }
  body.site-pricing-refresh .proof-band,
  body.site-pricing-refresh .flow-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  body.site-pricing-refresh .offer-actions .btn,
  body.site-pricing-refresh .proof-actions .btn,
  body.site-pricing-refresh .flow-actions .btn {
    width: 100%;
  }
  body.site-pricing-refresh .trust-row {
    flex-direction: column;
  }
}

/* ══════════════════════════════════════════
   ABOUT PAGE RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 768px) {
  body.site-generic-refresh .about-hero {
    padding: 72px 0 20px;
  }
  body.site-generic-refresh .story-article {
    padding: 24px 18px;
    border-radius: 20px;
  }
  body.site-generic-refresh .stats-grid-dark {
    grid-template-columns: repeat(2, 1fr);
  }
  body.site-generic-refresh .founder-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  body.site-generic-refresh .founder-section {
    padding: 56px 0;
  }
  body.site-generic-refresh .stats-dark-section {
    padding: 56px 0;
  }
  body.site-generic-refresh .mission-section {
    padding: 56px 0;
  }
  body.site-generic-refresh .cta-strip {
    padding: 56px 0;
  }
}
@media (max-width: 480px) {
  body.site-generic-refresh .stats-grid-dark {
    grid-template-columns: 1fr;
  }
  body.site-generic-refresh .stat-card-dark .stat-val {
    font-size: 36px;
  }
  body.site-generic-refresh .about-hero h1 {
    font-size: clamp(30px, 9vw, 40px);
  }
}

/* ══════════════════════════════════════════
   HOW IT WORKS PAGE RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 768px) {
  body.site-generic-refresh .hiw-hero {
    padding: 72px 0 48px;
  }
  body.site-generic-refresh .step-block,
  body.site-generic-refresh .step-block.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 28px;
    padding: 0 0 56px;
  }
  body.site-generic-refresh .step-num {
    font-size: 64px;
  }
  body.site-generic-refresh .step-title {
    font-size: 24px;
  }
  body.site-generic-refresh .stage-grid {
    grid-template-columns: 1fr;
  }
  body.site-generic-refresh .after-section {
    padding: 56px 0;
  }
  body.site-generic-refresh .steps-section {
    padding: 48px 0 64px;
  }
  body.site-generic-refresh .cta-strip {
    padding: 56px 0;
  }
}
@media (max-width: 480px) {
  body.site-generic-refresh .step-block {
    padding: 0 0 40px;
  }
  body.site-generic-refresh .step-visual {
    padding: 20px;
  }
}

/* ══════════════════════════════════════════
   DEMO PAGE RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1100px) {
  body.site-demo-refresh .hero-grid,
  body.site-demo-refresh .demo-lab,
  body.site-demo-refresh .reveal-grid {
    grid-template-columns: 1fr;
  }
  body.site-demo-refresh .trust-mini {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  body.site-demo-refresh .demo-hero {
    padding: 20px 0;
  }
  body.site-demo-refresh .demo-shell {
    padding: 22px 18px;
    border-radius: 24px;
  }
  body.site-demo-refresh .hero-copy h1 {
    font-size: clamp(36px, 11vw, 52px);
    max-width: 100%;
  }
  body.site-demo-refresh .hero-copy p {
    font-size: 16px;
  }
  body.site-demo-refresh .demo-form-grid {
    grid-template-columns: 1fr;
  }
  body.site-demo-refresh .trust-mini {
    grid-template-columns: 1fr;
  }
  body.site-demo-refresh .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.site-demo-refresh .proof-item {
    min-height: auto;
    padding: 16px 14px;
  }
  body.site-demo-refresh .proof-item strong {
    font-size: 28px;
  }
  body.site-demo-refresh .ops-stage {
    padding: 14px;
  }
  body.site-demo-refresh .start-card {
    padding: 20px;
    border-radius: 20px;
  }
  body.site-demo-refresh .lab-column {
    border-radius: 20px;
  }
  body.site-demo-refresh .reveal-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  body.site-demo-refresh .proof-grid {
    grid-template-columns: 1fr;
  }
  body.site-demo-refresh .trust-mini-card strong {
    font-size: 16px;
  }
  body.site-demo-refresh .demo-shell {
    padding: 16px 14px;
    border-radius: 20px;
  }
}

/* ══════════════════════════════════════════
   GLOBAL UTILITY: touch targets & overflow
══════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Ensure all buttons meet 44px minimum touch target */
  .btn, button, [role="button"],
  .faq-question, .chat-option,
  .industry-pill, .hero-pill,
  .nav-links a {
    min-height: 44px;
  }
  /* Remove large min-widths from nav buttons on mobile */
  body.site-home-refresh .nav-actions .btn,
  body.site-pricing-refresh .nav-actions .btn,
  body.site-demo-refresh .nav-actions .btn,
  body.site-generic-refresh .nav-actions .btn {
    min-width: unset;
  }
  /* Container padding on mobile */
  .container, .container-sm, .container-md {
    padding: 0 18px;
  }
}
