/* ════════════════════════════════════════════════════════
   intelligence.css — Marketing Intelligence product page
   Loaded only on /intelligence/ and /intelligence/success/
════════════════════════════════════════════════════════ */

/* ── Label ── */
.intp-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 14px;
}
.intp-label-dark {
  color: #f59e0b;
}

/* ── Hero ── */
.intp-hero {
  background: #0a1628;
  padding: 100px 24px 80px;
  text-align: center;
}
.intp-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.intp-hero-title {
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin: 0 0 20px;
}
.intp-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.70);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.intp-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
}
.intp-price {
  font-size: 68px;
  font-weight: 900;
  color: #f59e0b;
  letter-spacing: -3px;
  line-height: 1;
  filter: drop-shadow(0 0 20px rgba(245,158,11,0.4));
}
.intp-price-label {
  font-size: 15px;
  color: rgba(255,255,255,0.48);
}
.intp-reassurance {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.38);
}

/* ── Button ── */
.intp-btn {
  display: inline-block;
  background: #f59e0b;
  color: #0a1628;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 20px rgba(245,158,11,0.3);
}
.intp-btn:hover {
  background: #fbbf24;
  box-shadow: 0 6px 28px rgba(245,158,11,0.45);
}
.intp-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.intp-btn-amber {
  font-size: 17px;
  padding: 18px 36px;
}

/* ── Sections ── */
.intp-section {
  padding: 80px 24px;
}
.intp-section-white {
  background: #ffffff;
}
.intp-section-navy {
  background: #0a1628;
}
.intp-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.intp-narrow {
  max-width: 720px;
}
.intp-section-title {
  font-family: Inter, sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 8px 0 16px;
}
.intp-dark {
  color: #0a1628 !important;
}
.intp-section-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 0;
}
.intp-section-sub.intp-dark {
  color: #475569 !important;
}

/* ── Features grid ── */
.intp-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 52px;
}
.intp-feat {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #f59e0b;
  padding: 28px 24px;
  transition: box-shadow 0.2s;
}
.intp-feat:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.intp-feat-icon {
  font-size: 34px;
  margin-bottom: 14px;
  line-height: 1;
}
.intp-feat h3 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 10px;
}
.intp-feat p {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* ── Steps ── */
.intp-steps {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
}
.intp-step {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
}
.intp-step-num {
  font-size: 44px;
  font-weight: 900;
  color: #f59e0b;
  margin-bottom: 14px;
  line-height: 1;
}
.intp-step h3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.intp-step p {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  line-height: 1.6;
  margin: 0;
}
.intp-step-arrow {
  font-size: 28px;
  color: #f59e0b;
  margin-top: 38px;
  opacity: 0.45;
  flex-shrink: 0;
  align-self: flex-start;
}
.intp-steps-cta {
  text-align: center;
  margin-top: 52px;
}

/* ── FAQ ── */
.intp-faq {
  margin-top: 44px;
}
.intp-faq-item {
  border-bottom: 1px solid #e2e8f0;
}
.intp-faq-item:first-child {
  border-top: 1px solid #e2e8f0;
}
.intp-faq-item summary {
  padding: 20px 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0a1628;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intp-faq-item summary::-webkit-details-marker { display: none; }
.intp-faq-item summary::after {
  content: '+';
  font-size: 22px;
  color: #f59e0b;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 12px;
}
.intp-faq-item[open] summary::after { content: '−'; }
.intp-faq-item p {
  padding: 0 4px 20px;
  font-size: 15px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}
.intp-faq-item a {
  color: #f59e0b;
  text-decoration: none;
}

/* ── Final CTA ── */
.intp-final-cta {
  background: #f8fafc;
  padding: 80px 24px;
  border-top: 1px solid #e2e8f0;
}
.intp-reassurance-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
  color: #94a3b8;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .intp-price { font-size: 52px; }
  .intp-step-arrow { display: none; }
  .intp-steps { gap: 32px; }
  .intp-hero { padding: 80px 20px 60px; }
}
