/* ==========================================================================
   BLOG ARTICLE STYLES (MATCHES THE CREATIVE CAT STUDIO DESIGN SYSTEM)
   ========================================================================== */

/* Main Container Alignment & Theme Inheritance */
.page-container {
  width: 100%;
  padding-block: clamp(2rem, 5vw, 4rem);
}

.blog-article {
  max-width: 900px;
  margin-inline: auto;
  padding: 0 1.5rem;
  color: var(--text-light, #f0f0f0);
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.7;
}

.article-content {
  max-width: 800px;
  margin-inline: auto;
}

/* Article Header */
.article-header {
  margin-bottom: 2.5rem;
  text-align: left;
}

.category-tag {
  display: inline-block;
  font-family: 'Mulish', Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-gold, #ffb82d);
  letter-spacing: 1.5px;
  margin-bottom: 0.75rem;
}

.article-header h1 {
  font-family: 'Mulish', Arial, sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.2rem);
  line-height: 1.15;
  font-weight: 800;
  color: var(--brand-gold, #ffb82d);
  margin-bottom: 1rem;
}

.article-meta {
  font-size: 0.95rem;
  color: var(--text-muted, #a0a0a0);
  padding-bottom: 1.5rem;
  border-bottom: var(--border-soft, 1px solid rgba(255, 255, 255, 0.1));
}

.article-meta strong {
  color: var(--text-light, #ffffff);
}

/* Body Copy Typography */
.lead-paragraph {
  font-size: 1.25rem;
  line-height: 1.75;
  color: var(--text-light, #ffffff);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.article-content p {
  font-size: 1.05rem;
  color: var(--text-muted, #c0c0c0);
  margin-bottom: 1.5rem;
}

.article-content strong {
  color: var(--text-light, #ffffff);
}

.article-content h2 {
  font-family: 'Mulish', Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--brand-gold, #ffb82d);
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

.article-content h3 {
  font-family: 'Mulish', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* Callout Summary Box */
.callout-box {
  background: var(--surface-1, #121629);
  border: var(--border-gold-soft, 1px solid rgba(255, 184, 45, 0.25));
  border-left: 4px solid var(--brand-gold, #ffb82d);
  border-radius: 12px;
  padding: 1.75rem;
  margin: 2.5rem 0;
  box-shadow: var(--shadow-soft, 0 10px 30px rgba(0, 0, 0, 0.3));
}

.callout-box h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--brand-gold, #ffb82d);
}

.callout-box ul {
  margin: 0;
  padding-left: 1.25rem;
}

.callout-box li {
  margin-bottom: 0.75rem;
  color: var(--text-light, #f0f0f0);
  font-size: 1rem;
}

.callout-box li:last-child {
  margin-bottom: 0;
}

/* Pricing Table (Matches Main Site Comparison Section) */
.table-container {
  overflow-x: auto;
  background: var(--surface-1, #121629);
  border-radius: 16px;
  border: var(--border-gold-soft, 1px solid rgba(255, 184, 45, 0.25));
  padding: 0.5rem;
  margin: 2.5rem 0;
  box-shadow: var(--shadow-1, 0 15px 35px rgba(0, 0, 0, 0.4));
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.pricing-table th,
.pricing-table td {
  padding: 1.1rem 1.25rem;
  text-align: left;
  font-size: 0.95rem;
}

.pricing-table th {
  font-family: 'Mulish', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--brand-gold, #ffb82d);
  border-bottom: 1px solid rgba(255, 184, 45, 0.3);
  background: transparent;
}

.pricing-table td {
  color: var(--text-muted, #c0c0c0);
  border-bottom: var(--border-soft, 1px solid rgba(255, 255, 255, 0.08));
}

.pricing-table tr:last-child td {
  border-bottom: none;
}

.pricing-table .highlighted-row {
  background: var(--surface-2, #1a203b);
}

.pricing-table .highlighted-row td {
  color: #ffffff;
  font-weight: 600;
}

/* Pull Quote */
.pull-quote {
  border-left: 3px solid var(--brand-gold, #ffb82d);
  background: rgba(0, 0, 0, 0.25);
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  border-radius: 0 12px 12px 0;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  color: #ffffff;
}

/* Bottom CTA Banner Box */
.cta-box {
  background: var(--surface-1, #121629);
  border: var(--border-gold, 1px solid rgba(255, 184, 45, 0.4));
  border-radius: 18px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
  box-shadow: var(--shadow-2, 0 20px 40px rgba(0, 0, 0, 0.5));
}

.cta-box h3 {
  margin-top: 0;
  color: var(--brand-gold, #ffb82d);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

.cta-box p {
  color: var(--text-muted, #c0c0c0);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-block;
  text-decoration: none;
  font-family: 'Mulish', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0b1030;
  background: linear-gradient(135deg, var(--brand-gold, #ffb82d), #ffca70);
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  border: 2px solid var(--brand-gold, #ffb82d);
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 184, 45, 0.35);
}

.cta-button:hover {
  background: linear-gradient(135deg, #ffca70, var(--brand-gold, #ffb82d));
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(255, 184, 45, 0.5);
  color: #000000;
}

/* Section Separators */
.blog-separator {
  margin: 60px 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 77, 0.3), transparent);
}

/* Social Share Bar */
.share-container {
  margin: 35px 0 25px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.share-title {
  font-size: 0.825rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #e2e8f0;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

.share-btn i {
  font-size: 0.85rem;
}

.share-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.share-btn.facebook:hover { color: #1877f2; border-color: rgba(24, 119, 242, 0.4); }
.share-btn.linkedin:hover { color: #0a66c2; border-color: rgba(10, 102, 194, 0.4); }
.share-btn.x-twitter:hover { color: #ffffff; border-color: rgba(255, 255, 255, 0.4); }
.share-btn.copy-link:hover { color: #ffb84d; border-color: rgba(255, 184, 77, 0.4); }

/* ==========================================================================
   RESPONSIVE LAYOUTS & MEDIA QUERIES
   ========================================================================== */
@media (min-width: 580px) {
  .share-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .blog-article {
    padding-inline: 1rem;
  }

  .pricing-table {
    min-width: 100%;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tr {
    background: var(--surface-2, #1a203b);
    margin-bottom: 1.2rem;
    border-radius: 12px;
    padding: 1rem;
    border: var(--border-gold-soft, 1px solid rgba(255, 184, 45, 0.25));
  }

  .pricing-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border: none;
    font-size: 0.9rem;
    text-align: right;
  }

  .pricing-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--brand-gold, #ffb82d);
    padding-right: 1rem;
    text-align: left;
  }

  .pricing-table td:first-child {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .cta-box {
    padding: 2rem 1.25rem;
  }

  .cta-button {
    width: 100%;
    box-sizing: border-box;
  }
}
