/* ── COMPARE PAGE ────────────────────────────────────────── */

/* Hero */
.cmp-hero {
  background: var(--bg);
  padding: 80px 48px 64px;
  text-align: center;
}

.cmp-hero-inner { max-width: 720px; margin: 0 auto; }

.cmp-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.cmp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 20px;
}

.cmp-price-strike {
  text-decoration: line-through;
  color: var(--fg-muted);
}

.cmp-sub {
  font-size: 20px;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cmp-sub strong { color: var(--fg); }

.cmp-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cmp-no-cc {
  font-size: 13px;
  color: var(--fg-muted);
}

/* Comparison section */
.cmp-section {
  padding: 0 24px 64px;
}

.cmp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 900px;
  margin: 0 auto;
}

.cmp-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
}

.cmp-table thead th {
  padding: 20px 24px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: bottom;
}

.cmp-col-label { width: 38%; }
.cmp-col-nurture {
  width: 31%;
  background: var(--teal-light);
  border-left: 2px solid var(--teal);
}
.cmp-col-ignitvio { width: 31%; }

.cmp-product-name {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--fg);
  margin-bottom: 4px;
}

.cmp-product-price {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--teal);
}

.cmp-product-price span {
  font-size: 14px;
  font-weight: 400;
  color: var(--fg-muted);
}

.cmp-product-price.muted {
  color: var(--fg-muted);
}

/* Body rows */
.cmp-table tbody tr { border-bottom: 1px solid var(--border); }
.cmp-table tbody tr:last-child { border-bottom: none; }

.cmp-table tbody td {
  padding: 14px 24px;
  vertical-align: middle;
}

.cmp-label {
  color: var(--fg-muted);
  font-weight: 500;
}

/* Nurture wins */
.cmp-nurture-yes {
  background: rgba(42, 124, 111, 0.07);
  color: var(--teal);
  font-weight: 600;
}

.cmp-check {
  font-size: 16px;
  margin-right: 8px;
}

/* Ignitvio loses */
.cmp-ignitvio-no {
  color: var(--fg-muted);
  background: var(--bg);
}

.cmp-ignitvio-detail {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--fg-muted);
  margin-top: 2px;
}

.cmp-x {
  font-size: 14px;
  margin-right: 8px;
  color: #B0A89E;
}

/* Ignitvio also has the feature */
.cmp-ignitvio-yes {
  color: var(--fg-muted);
}

.cmp-check-sm {
  font-size: 14px;
  margin-right: 8px;
}

/* Section headers */
.cmp-row-section td {
  background: var(--bg-alt);
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  border-top: 1px solid var(--border);
}

/* Verdict */
.cmp-verdict {
  background: var(--fg);
  padding: 72px 48px;
}

.cmp-verdict-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.cmp-verdict-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.cmp-verdict h2 {
  font-family: var(--font-display);
  font-size: 36px;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.cmp-verdict p {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 16px;
}

.cmp-verdict p strong { color: rgba(255,255,255,0.9); }

/* CTA */
.cmp-cta {
  background: var(--bg);
  padding: 80px 48px;
  text-align: center;
}

.cmp-cta-inner { max-width: 600px; margin: 0 auto; }

.cmp-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.cmp-cta p {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.cmp-cta-btn {
  font-size: 16px;
  padding: 16px 36px;
  margin-bottom: 32px;
}

.cmp-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.cmp-trust-item {
  font-size: 13px;
  color: var(--teal);
  font-weight: 600;
}

.cmp-chat-link {
  font-size: 13px;
  color: var(--fg-muted);
  margin: 0 0 28px;
}
.cmp-chat-link a {
  color: var(--accent);
  text-decoration: underline;
  font-weight: 600;
}
.cmp-chat-link a:hover { opacity: 0.8; }

/* Responsive */
@media (max-width: 700px) {
  .cmp-hero { padding: 56px 24px 48px; }
  .cmp-section { padding: 0 16px 48px; }
  .cmp-verdict { padding: 56px 24px; }
  .cmp-cta { padding: 56px 24px; }
  .cmp-hero h1 { font-size: 36px; }
  .cmp-sub { font-size: 17px; }
}

/* ── NEW CONVERSION ELEMENTS ─────────────────────────────── */

/* Hero hook line */
.cmp-hook {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--teal);
  margin: -8px 0 16px;
  line-height: 1.2;
}
.cmp-hook strong { color: var(--teal); }

.cmp-hero-btn {
  font-size: 17px;
  padding: 18px 40px;
}

/* Trust bar */
.cmp-trust-bar {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
}
.cmp-trust-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}
.cmp-trust-pill {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
}

/* Differentiator callout */
.cmp-callout {
  background: var(--bg);
  padding: 56px 24px 48px;
}
.cmp-callout-inner {
  max-width: 800px;
  margin: 0 auto;
}
.cmp-callout-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  text-align: center;
}
.cmp-diff-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cmp-diff-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.6;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
}
.cmp-diff-list li strong { color: var(--fg); }
.cmp-diff-icon {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.4;
}

/* Mid-table CTA */
.cmp-mid-cta {
  text-align: center;
  padding: 32px 0 0;
}
.cmp-mid-cta .btn-primary {
  font-size: 16px;
  padding: 16px 36px;
}

/* Testimonial */
.cmp-testimonial {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 24px;
}
.cmp-testimonial-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.cmp-quote-mark {
  font-family: var(--font-display);
  font-size: 72px;
  color: var(--teal);
  line-height: 0.6;
  margin-bottom: 20px;
  opacity: 0.4;
}
.cmp-quote {
  font-size: 19px;
  font-style: italic;
  color: var(--fg);
  line-height: 1.7;
  margin: 0 0 20px;
  font-weight: 500;
}
.cmp-quote-attr {
  font-size: 13px;
  color: var(--fg-muted);
  font-weight: 600;
}
.cmp-quote-note {
  font-weight: 400;
  font-style: italic;
  opacity: 0.7;
}

/* FAQ */
.cmp-faq {
  background: var(--bg);
  padding: 72px 24px 80px;
}
.cmp-faq-inner {
  max-width: 720px;
  margin: 0 auto;
}
.cmp-faq-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  color: var(--fg);
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  text-align: center;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-of-type { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: inherit;
  line-height: 1.4;
}
.faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: var(--fg-muted);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-q[aria-expanded="true"]::after {
  content: '−';
}
.faq-a {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-bottom: 0;
}
.faq-q[aria-expanded="true"] + .faq-a {
  padding-bottom: 20px;
}

/* Sticky bottom bar */
.cmp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--fg);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 14px 24px;
  z-index: 900;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.cmp-sticky-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cmp-sticky-copy {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.cmp-sticky-copy strong { color: #fff; }
.cmp-sticky-btn {
  font-size: 13px;
  padding: 10px 22px;
  white-space: nowrap;
}
.cmp-sticky-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
  margin-left: auto;
  line-height: 1;
}
.cmp-sticky-close:hover { color: rgba(255,255,255,0.8); }

/* Exit-intent modal */
.cmp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.cmp-modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px 32px;
  max-width: 480px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
}
.cmp-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  color: var(--fg-muted);
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.cmp-modal-close:hover { color: var(--fg); }
.cmp-modal-icon { font-size: 40px; margin-bottom: 12px; }
.cmp-modal-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  line-height: 1.25;
}
.cmp-modal-sub {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}
.cmp-modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cmp-modal-input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  color: var(--fg);
  outline: none;
  box-sizing: border-box;
}
.cmp-modal-input:focus { border-color: var(--teal); }
.cmp-modal-submit {
  font-size: 15px;
  padding: 14px 24px;
}
.cmp-modal-success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: var(--teal);
  font-weight: 600;
  padding: 16px 0;
}
.cmp-modal-success-icon {
  font-size: 20px;
}
.cmp-modal-skip {
  margin-top: 16px;
  font-size: 12px;
  color: var(--fg-muted);
}
.cmp-modal-skip a { color: var(--fg-muted); text-decoration: underline; }

/* Responsive additions */
@media (max-width: 700px) {
  .cmp-trust-bar { padding: 12px 16px; }
  .cmp-callout { padding: 40px 16px 32px; }
  .cmp-testimonial { padding: 40px 16px; }
  .cmp-faq { padding: 48px 16px 56px; }
  .cmp-sticky-bar-inner { gap: 12px; }
  .cmp-sticky-copy { font-size: 12px; }
  .cmp-modal { padding: 32px 24px 28px; }
  .cmp-modal-title { font-size: 20px; }
  .cmp-hero-btn { padding: 16px 28px; font-size: 15px; }
}

/* ── ROI CALCULATOR ─────────────────────────────────────── */
.roi-calc {
  background: var(--fg);
  padding: 72px 24px 80px;
}

.roi-calc-inner {
  max-width: 860px;
  margin: 0 auto;
}

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

.roi-calc-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.1;
}

.roi-calc-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
}

/* Body: inputs left, results right on desktop */
.roi-calc-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}

/* Inputs */
.roi-inputs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.roi-input-group { display: flex; flex-direction: column; gap: 8px; }

.roi-input-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roi-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.roi-value-badge {
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  min-width: 56px;
  text-align: right;
}

/* Range slider */
.roi-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  accent-color: var(--accent);
}

.roi-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--accent);
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.roi-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--accent);
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}

.roi-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}

/* Results panel */
.roi-results {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.roi-result-lost { text-align: center; }

.roi-result-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}

.roi-result-number {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.roi-result-note {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  line-height: 1.5;
}

.roi-result-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
}

.roi-result-cost-row,
.roi-result-net-row,
.roi-result-roi-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.roi-result-cost {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
}

.roi-result-net-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

.roi-result-net {
  font-size: 22px;
  font-weight: 700;
  color: var(--teal);
  font-family: var(--font-display);
}

.roi-result-roi {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/* Email capture */
.roi-capture {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 28px 28px 24px;
  text-align: center;
}

.roi-capture-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}

.roi-capture-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.roi-capture-input {
  flex: 1;
  min-width: 200px;
  max-width: 320px;
  padding: 12px 16px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
}

.roi-capture-input::placeholder { color: rgba(255,255,255,0.35); }
.roi-capture-input:focus { border-color: var(--accent); }

.roi-capture-btn { font-size: 14px; padding: 12px 24px; white-space: nowrap; }

.roi-capture-success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: var(--teal);
  font-weight: 600;
  flex-wrap: wrap;
}

.roi-capture-success-icon { font-size: 18px; }

.roi-capture-trial-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}
.roi-capture-trial-link:hover { opacity: 0.85; }

.roi-capture-note {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* Responsive */
@media (max-width: 720px) {
  .roi-calc { padding: 48px 16px 56px; }
  .roi-calc-body { grid-template-columns: 1fr; }
  .roi-capture-form { flex-direction: column; align-items: stretch; }
  .roi-capture-input { max-width: 100%; }
}