/* Restored from discovery/phase1/raw_html/%2Fintelligence%2Fsell-crypto-wallet-business%2F.html — page styles (do not strip) */
/* ============================================================
   ARTICLE PAGE STYLES - DEFINITIVE VERSION
   ============================================================ */

/* --- Layout --- */
.article-main {
  padding: 32px 0 80px;
}
.article-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.article-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

/* --- Typography --- */
.article-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2E;
  margin: 48px 0 16px;
  line-height: 1.3;
}
.article-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0D1B2E;
  margin: 32px 0 12px;
}
.article-content p {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}
.article-content ul, .article-content ol {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  padding-left: 24px;
  margin-bottom: 20px;
}
.article-content li {
  margin-bottom: 6px;
}

/* --- Tables --- */
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid #e8edf3;
  margin: 24px 0;
}
.intel-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  min-width: 480px;
}
.intel-table thead th {
  background: #0D1B2E;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}
.intel-table tbody tr {
  border-bottom: 1px solid #e8edf3;
}
.intel-table tbody tr:hover {
  background: #f8fafc;
}
.intel-table tbody td {
  padding: 12px 16px;
  vertical-align: top;
  line-height: 1.6;
}
.intel-table tbody td:first-child {
  font-weight: 500;
  color: #0D1B2E;
}

/* --- FAQ Accordion --- */
.faq-section {
  margin: 48px 0;
}
.faq-item {
  border-bottom: 1px solid #e8edf3;
}
.faq-item:first-child {
  border-top: 1px solid #e8edf3;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D1B2E;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  line-height: 1.4;
}
.faq-question .faq-icon {
  display: none; /* hide the inline icon -- use ::after instead */
}
.faq-question::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: #086AD8;
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}
.faq-item.open .faq-question::after {
  content: '2'; /* minus sign */
}
.faq-answer {
  display: none;
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  padding: 0 0 18px;
}
.faq-item.open .faq-answer {
  display: block;
}

/* --- AI Summary Box --- */
.ai-summary-box {
  background: #0D1B2E;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 40px 0;
}
.ai-summary-box h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px !important;
}
.ai-summary-box > p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin: 0 0 20px !important;
}
.ai-summary-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: baseline;
}
.ai-summary-row:last-child {
  border-bottom: none;
}
.ai-summary-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ai-summary-val {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}

/* --- Valuation Estimator --- */
.estimator-box {
  background: #F8FAFC;
  border: 1px solid #E8EDF3;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 32px 0;
}
.estimator-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D1B2E;
  margin: 0 0 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.estimator-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.estimator-field label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0D1B2E;
  min-width: 200px;
}
.estimator-field select,
.estimator-field input {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: #333;
  border: 1px solid #CBD5E0;
  border-radius: 4px;
  padding: 8px 12px;
  background: #fff;
  min-width: 220px;
  flex: 1;
}
.estimator-field select:focus,
.estimator-field input:focus {
  outline: none;
  border-color: #086AD8;
}
.estimator-box button {
  background: #086AD8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.06em;
  margin-top: 8px;
  transition: background 0.2s;
}
.estimator-box button:hover {
  background: #0558B8;
}
.estimator-result {
  margin-top: 20px;
  display: none;
}
.estimator-result.visible {
  display: block;
}
.est-range {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #086AD8;
  margin-bottom: 8px;
}
.est-note {
  font-family: 'Rubik', sans-serif;
  font-size: 0.82rem;
  color: #888;
  line-height: 1.5;
}

/* --- Strategic Buyers Box --- */
.strategic-buyers-box {
  background: #F8FAFC;
  border: 1px solid #E8EDF3;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 24px 0;
}
.strategic-buyers-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px !important;
}

/* --- About Box --- */
.about-box {
  background: #F0F4F8;
  border-left: 4px solid #086AD8;
  border-radius: 0 8px 8px 0;
  padding: 28px 32px;
  margin: 48px 0 32px;
}
.about-box h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px !important;
}
.about-box p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.92rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px !important;
}
.about-box p:last-child {
  margin-bottom: 0 !important;
}

/* --- Author Row --- */
.author-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #E8EDF3;
  border-bottom: 1px solid #E8EDF3;
  margin: 32px 0;
}
.author-row-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.author-row-info strong {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D1B2E;
}
.author-row-info span {
  font-family: 'Rubik', sans-serif;
  font-size: 0.85rem;
  color: #666;
}

/* --- Citation Box --- */
.citation-box {
  background: #F8FAFC;
  border: 1px solid #E8EDF3;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 24px 0;
}
.citation-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
.citation-box p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  margin: 0 !important;
}

/* --- More Intel / Related Links --- */
.more-intel {
  margin: 40px 0;
}
.more-intel h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}
.more-intel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}
.more-intel ul li a {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: #086AD8;
  text-decoration: none;
  padding: 10px 14px;
  background: #F8FAFC;
  border: 1px solid #E8EDF3;
  border-radius: 4px;
  transition: background 0.15s, border-color 0.15s;
}
.more-intel ul li a:hover {
  background: #EDF3FB;
  border-color: #086AD8;
}

/* --- References --- */
.references {
  margin: 32px 0;
}
.references h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}
.references ol {
  padding-left: 20px;
  margin: 0;
}
.references ol li {
  font-family: 'Rubik', sans-serif;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 8px;
}
.references ol li a {
  color: #086AD8;
  text-decoration: none;
}

/* --- CTA Block --- */
.cta-block {
  background: #0D1B2E;
  border-radius: 8px;
  padding: 36px 32px;
  margin: 48px 0;
  text-align: center;
}
.cta-block h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px !important;
}
.cta-block p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin: 0 0 24px !important;
  line-height: 1.65;
}
.cta-block .btn {
  display: inline-block;
  background: #086AD8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}
.cta-block .btn:hover {
  background: #0558B8;
}

/* --- Badges --- */
.badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  background: #0D1B2E;
  color: #fff;
}
.badge-high { background: #C0392B; }
.badge-medium { background: #E67E22; }
.badge-low { background: #27AE60; }
.badge-deal-breaker { background: #8E44AD; }

/* ============================================================
   MOBILE BREAKPOINTS
   ============================================================ */
@media (max-width: 768px) {
  .article-main {
    padding: 36px 0 60px;
  }
  .article-content {
    padding: 0 16px;
  }
  .article-hero-inner {
    padding: 0 16px !important;
  }
  .article-hero {
    padding: 72px 0 40px !important;
  }
  .article-hero-title {
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
  }
  .article-hero-dek {
    font-size: 0.95rem !important;
  }
  .article-content h2 {
    font-size: 1.2rem;
    margin: 36px 0 12px;
  }
  .article-content h3 {
    font-size: 1rem;
  }
  .article-content p {
    font-size: 0.95rem;
  }
  .intel-table thead th {
    font-size: 0.72rem;
    padding: 10px 12px;
  }
  .intel-table tbody td {
    font-size: 0.85rem;
    padding: 10px 12px;
  }
  .faq-question {
    font-size: 0.9rem;
    padding: 16px 0;
  }
  .faq-answer {
    font-size: 0.9rem;
  }
  .ai-summary-box {
    padding: 20px 18px;
  }
  .ai-summary-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ai-summary-label {
    font-size: 0.7rem;
  }
  .estimator-box {
    padding: 20px 18px;
  }
  .estimator-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .estimator-field label {
    min-width: unset;
  }
  .estimator-field select,
  .estimator-field input {
    width: 100%;
    min-width: unset;
  }
  .more-intel ul {
    grid-template-columns: 1fr;
  }
  .about-box {
    padding: 20px 18px;
  }
  .cta-block {
    padding: 28px 18px;
  }
  .cta-block h2 {
    font-size: 1.1rem;
  }
}
/* === ACQ-20260731 intel component recovery === */

/* HTML used ai-summary-value; restored CSS shipped ai-summary-val */
.ai-summary-value {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}

.answer-block {
  background: #F4F9FC;
  border: 1px solid #E0EAF3;
  border-left: 4px solid #086AD8;
  border-radius: 6px;
  padding: 24px 28px;
  margin: 28px 0 36px;
}
.answer-block h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0D1B2E;
  margin: 0 0 12px !important;
  line-height: 1.35;
}
.answer-block p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.75;
  margin: 0 0 12px !important;
}
.answer-block p:last-child { margin-bottom: 0 !important; }

.meta-box {
  background: #0D1B2E;
  color: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 40px 0;
}
.meta-box h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px !important;
}
.meta-box p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 !important;
}

.intel-links {
  margin: 40px 0;
}
.intel-links h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D1B2E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px !important;
}
.intel-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}
.intel-links ul li a {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  color: #086AD8;
  text-decoration: none;
  padding: 10px 14px;
  background: #F8FAFC;
  border: 1px solid #E8EDF3;
  border-radius: 4px;
  transition: background 0.15s, border-color 0.15s;
}
.intel-links ul li a:hover {
  background: #EDF3FB;
  border-color: #086AD8;
}

.valuation-note {
  background: #FFF8E8;
  border: 1px solid #F0E0B8;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 28px 0;
  font-family: 'Rubik', sans-serif;
  font-size: 0.88rem;
  color: #5A4A20;
  line-height: 1.65;
}

.confidentiality-box {
  background: #F8FAFC;
  border: 1px dashed #CBD5E0;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 28px 0;
  font-family: 'Rubik', sans-serif;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.65;
}

.tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 1.2;
}
.tag-high { background: #FEE2E2; color: #B91C1C; }
.tag-med { background: #FEF3C7; color: #B45309; }
.tag-low { background: #DCFCE7; color: #15803D; }

