/* ═══════════════════════════════════════════════════════════
   SNAPTACT — For Websites (page-specific styles)
   ═══════════════════════════════════════════════════════════ */

/* ── OVERLINE HELPER ───────────────────────────────────── */
.overline {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ═══════════════════════════════════════════════════════════
   HERO — Stat Shock
   ═══════════════════════════════════════════════════════════ */
.hero {
  padding: 140px 0 var(--section-pad);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(22,163,74,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-dim);
  border: 1px solid var(--green-glow);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 32px;
  animation: fadeDown 0.6s ease both;
}
.hero-eyebrow .dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 2.5s ease infinite;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -3px;
  max-width: 900px;
  margin: 0 auto 24px;
  animation: fadeUp 0.7s ease 0.1s both;
}
.hero h1 .stat-highlight {
  color: var(--red);
}
.hero h1 em {
  font-style: italic;
  color: var(--green);
}
.hero-sub-punch {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.5vw, 26px);
  font-weight: 600;
  font-style: italic;
  color: var(--ink-muted);
  max-width: 620px;
  margin: 0 auto 20px;
  line-height: 1.4;
  animation: fadeUp 0.7s ease 0.18s both;
}
.hero-sub {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--gray-warm);
  max-width: 580px;
  margin: 0 auto 40px;
  line-height: 1.6;
  animation: fadeUp 0.7s ease 0.2s both;
}
.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 0.7s ease 0.3s both;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 2: THREE PAINS
   ═══════════════════════════════════════════════════════════ */
.pains-section {
  padding: 0 0 var(--section-pad);
}
.pains-label {
  text-align: center;
  margin-bottom: 48px;
}
.pains-label .overline {
  color: var(--red);
}
.pains-label h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pain-card {
  background: var(--white);
  border: 1px solid var(--gray-whisper);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.pain-front {
  padding: 32px 28px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.pain-stat {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  color: var(--red);
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 12px;
}
.pain-headline {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.pain-detail {
  font-size: 14px;
  color: var(--gray-warm);
  line-height: 1.6;
  flex: 1;
}
.pain-source {
  margin-top: 16px;
  font-size: 11px;
  color: var(--gray-mid);
  font-style: italic;
}
.pain-advantage {
  padding: 20px 28px;
  background: var(--green-dim);
  border-top: 1px solid var(--green-glow);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pain-advantage .adv-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}
.pain-advantage p {
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 3: FORM vs SNAPTACT COMPARISON
   ═══════════════════════════════════════════════════════════ */
.compare-section {
  background: var(--dark);
  padding: var(--section-pad) 0;
  overflow: hidden;
  position: relative;
}
.compare-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 500px;
  background: radial-gradient(ellipse at center top, rgba(22,163,74,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.compare-label {
  text-align: center;
  margin-bottom: 56px;
}
.compare-label .overline {
  color: var(--green);
}
.compare-label h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 700;
  color: var(--dark-text);
  letter-spacing: -2px;
  line-height: 1.1;
}
.compare-table {
  max-width: 900px;
  margin: 0 auto;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: 20px;
  overflow: hidden;
}
.compare-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  border-bottom: 1px solid var(--dark-border);
}
.compare-header .ch-cell {
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
}
.compare-header .ch-cell:first-child {
  color: var(--dark-text-muted);
}
.compare-header .ch-form {
  color: var(--red);
  border-right: 1px solid var(--dark-border);
}
.compare-header .ch-snap {
  color: var(--green-bright);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  border-bottom: 1px solid var(--dark-border);
  transition: background 0.2s;
}
.compare-row:last-child {
  border-bottom: none;
}
.compare-row:hover {
  background: var(--dark-surface-2);
}
.compare-row .cr-label {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-text);
}
.compare-row .cr-form {
  padding: 16px 24px;
  font-size: 13px;
  color: var(--dark-text-dim);
  border-left: 1px solid var(--dark-border);
  border-right: 1px solid var(--dark-border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.compare-row .cr-snap {
  padding: 16px 24px;
  font-size: 13px;
  color: var(--dark-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cr-icon {
  font-size: 14px;
  flex-shrink: 0;
}
.cr-icon.bad {
  color: var(--red);
}
.cr-icon.good {
  color: var(--green-bright);
}

/* ═══════════════════════════════════════════════════════════
   SECTION 4: THE PLAN + TACT PAGE PREVIEW
   ═══════════════════════════════════════════════════════════ */
.plan-section {
  padding: var(--section-pad) 0;
}
.plan-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.plan-text .overline {
  color: var(--green);
}
.plan-text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.plan-text > p {
  font-size: 16px;
  color: var(--gray-warm);
  line-height: 1.65;
  margin-bottom: 32px;
}
.plan-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--gray-whisper);
  border-radius: var(--radius);
  transition: all 0.3s;
}
.plan-step-item:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.plan-step-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--green-wash);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}
.plan-step-item h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.plan-step-item p {
  font-size: 13px;
  color: var(--gray-warm);
  line-height: 1.55;
}

/* Tact page mockup */
.tact-mock {
  background: var(--white);
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,0.08);
  border: 1px solid var(--gray-whisper);
}
.tact-mock .tact-brand {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--green-wash);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-display);
}
.tact-mock h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.tact-mock .tact-sub {
  font-size: 13px;
  color: var(--gray-warm);
  margin-bottom: 24px;
  line-height: 1.5;
}
.tact-cta-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--green);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 16px;
}
.tact-cta-btn:hover {
  background: var(--green-bright);
}
.tact-webmail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.tact-webmail .or-text {
  font-size: 12px;
  color: var(--gray-mid);
}
.webmail-btn {
  padding: 6px 12px;
  border: 1px solid var(--gray-whisper);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-warm);
  cursor: pointer;
  background: white;
  transition: all 0.2s;
}
.webmail-btn:hover {
  border-color: var(--gray-light);
  background: var(--cream);
}
.tact-privacy {
  font-size: 11px;
  color: var(--gray-mid);
  line-height: 1.5;
}
.tact-features {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-whisper);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.tact-feature-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-warm);
  padding: 3px 10px;
  background: var(--cream);
  border-radius: 100px;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 5: PRICE ANCHOR
   ═══════════════════════════════════════════════════════════ */
.price-anchor {
  background: var(--ink);
  padding: 56px 0;
}
.price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 64px);
  flex-wrap: wrap;
  text-align: center;
}
.price-old {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-old .old-label {
  font-size: 13px;
  color: var(--dark-text-muted);
  margin-bottom: 4px;
}
.price-old .old-amount {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  color: var(--red);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  letter-spacing: -2px;
}
.price-old .old-per {
  font-size: 14px;
  color: var(--dark-text-dim);
}
.price-arrow {
  font-size: 32px;
  color: var(--dark-text-muted);
}
.price-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-new .new-label {
  font-size: 13px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 4px;
}
.price-new .new-amount {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  color: var(--green-bright);
  letter-spacing: -2px;
}
.price-new .new-per {
  font-size: 14px;
  color: var(--dark-text-dim);
}

/* ═══════════════════════════════════════════════════════════
   SECTION 6: TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */
.testimonials-section {
  padding: var(--section-pad) 0;
}
.test-label {
  text-align: center;
  margin-bottom: 48px;
}
.test-label .overline {
  color: var(--green);
}
.test-label h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
}
.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.test-card {
  background: var(--white);
  border: 1px solid var(--gray-whisper);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all 0.3s;
}
.test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.05);
}
.test-card .test-metric {
  display: inline-block;
  background: var(--green-wash);
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.test-card blockquote {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
}
.test-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.test-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--gray-warm);
}
.test-name {
  font-size: 14px;
  font-weight: 600;
}
.test-role {
  font-size: 12px;
  color: var(--gray-mid);
}

/* ═══════════════════════════════════════════════════════════
   SECTION 7: FAILURE STAKES
   ═══════════════════════════════════════════════════════════ */
.stakes-section {
  background: var(--cream-deep);
  padding: var(--section-pad) 0;
  border-top: 1px solid var(--gray-whisper);
  border-bottom: 1px solid var(--gray-whisper);
}
.stakes-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.stakes-inner .overline {
  color: var(--red);
  margin-bottom: 16px;
}
.stakes-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 32px;
}

/* Funnel visualization */
.funnel {
  max-width: 500px;
  margin: 0 auto 40px;
}
.funnel-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  margin-bottom: 4px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.funnel-step .f-num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  min-width: 40px;
}
.funnel-step .f-text {
  flex: 1;
}
.funnel-step .f-lost {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}
.funnel-step.full {
  background: var(--white);
  color: var(--ink);
}
.funnel-step.shrink-1 {
  background: rgba(239,68,68,0.04);
  color: var(--ink-muted);
}
.funnel-step.shrink-2 {
  background: rgba(239,68,68,0.06);
  color: var(--gray-warm);
}
.funnel-step.shrink-3 {
  background: rgba(239,68,68,0.08);
  color: var(--gray-warm);
}
.funnel-step.shrink-4 {
  background: rgba(239,68,68,0.12);
  color: var(--gray-mid);
}
.funnel-step.dead {
  background: rgba(239,68,68,0.16);
  color: var(--red);
}
.funnel-divider {
  margin: 20px 0 16px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-muted);
  border-top: 2px dashed var(--gray-whisper);
  border-bottom: 2px dashed var(--gray-whisper);
  background: rgba(239,68,68,0.02);
}
.funnel-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  color: var(--gray-light);
  font-size: 12px;
}
.funnel-sources {
  text-align: left;
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: 11px;
  color: var(--gray-mid);
  line-height: 2;
}
.stakes-contrast {
  background: var(--white);
  border: 2px solid var(--green-glow);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 32px;
  text-align: left;
}
.stakes-contrast .sc-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.stakes-contrast p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.stakes-contrast strong {
  color: var(--green);
}

/* ═══════════════════════════════════════════════════════════
   FINAL CTA — page overrides
   ═══════════════════════════════════════════════════════════ */
.final-cta h2 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
}
.final-cta .cta-sub {
  font-size: 17px;
  color: var(--gray-warm);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.final-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .plan-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .test-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .compare-header,
  .compare-row {
    grid-template-columns: 1fr;
  }
  .compare-row .cr-form,
  .compare-row .cr-snap {
    border-left: none;
    border-right: none;
    padding: 8px 24px;
  }
  .compare-row .cr-label {
    padding-bottom: 4px;
  }
  .compare-row {
    padding: 8px 0;
    border-bottom: 1px solid var(--dark-border);
  }
}
