
.leverage p strong{color:#A40182}

/* ===========================
   Layout
===========================
.leverage .article {
  max-width: 800px;
  margin: 48px auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.leverage .article-body {
  padding: 40px 48px 56px;
}

@media (max-width: 640px) {
  .article {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .article-body {
    padding: 24px 20px 40px;
  }
}
 */

/* ===========================
   Header / Title
=========================== */
.leverage .article-header {
  padding: 40px 48px 28px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 640px) {
  .article-header {
    padding: 24px 20px 20px;
  }
}

.leverage .article-title {
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a2e;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .article-title {
  }
}

/* ===========================
   Eyecatch image
=========================== */
.leverage .eyecatch {
  width: 100%;
  overflow: hidden;
}

.leverage .eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================
   Table of Contents
=========================== */
.leverage .toc {
  background: #f4f8fd;
  border: 1px solid #c5d8f0;
  border-radius: 6px;
  padding: 20px 24px 24px;
  margin: 32px 0 40px;
}

.leverage .toc-title {
  font-weight: 700;
  color: #2c5f8a;
  margin-bottom: 12px !important;
  padding-left: 0;
  letter-spacing: 0.05em;
}

.leverage .toc-title::before {
  content: "≡ ";
}

.leverage .toc-list {
  margin: 0 0 0 1.4em;
  padding: 0;
  list-style-type: decimal;
  font-size: 1.4rem;
}

.leverage .toc-list li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.leverage .toc-list li:last-child {
  margin-bottom: 0;
}

.leverage .toc-list a {
  color: #2c5f8a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}

.leverage .toc-list a:hover {
  color: #1a3d60;
  border-bottom-color: #4a90d9;
}

/* ===========================
   Lead paragraph
=========================== */
.leverage .lead {
  line-height: 1.9;
  color: #444;
  background: #f8f9fa;
  border-left: 4px solid #4a90d9;
  padding: 16px 20px;
  margin: 32px 0;
  border-radius: 0 4px 4px 0;
}

/* ===========================
   Headings
=========================== */
.leverage .article-body h2 {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2c5f8a 0%, #4a90d9 100%);
  padding: 12px 20px;
  margin: 48px 0 20px;
  border-radius: 4px;
  line-height: 1.5;
}

.leverage .article-body h3 {
  font-weight: 700;
  color: #1a1a2e;
  border-left: 4px solid #4a90d9;
  padding: 4px 0 4px 14px;
  margin: 32px 0 14px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .article-body h2 {
  }
  .article-body h3 {
  }
}

/* ===========================
   Paragraphs
=========================== */
.leverage .article-body p {
  margin-bottom: 1.2em;
}

.leverage .article-body p:last-child {
  margin-bottom: 0;
}

/* ===========================
   Tables
=========================== */
.leverage .table-wrapper {
  overflow-x: auto;
  margin: 20px 0 28px;
}

.leverage .article-body table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
  font-size: 1.4rem;
}

.leverage .article-body table th {
  background: #2c5f8a;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.leverage .article-body table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.leverage .article-body table tr:nth-child(even) td {
  background: #f4f8fd;
}

.leverage .article-body table tr:hover td {
  background: #e8f0fa;
}

/* Compact step tables */
.leverage .step-table th:first-child,
.step-table td:first-child {
  text-align: center;
  width: 56px;
  font-weight: 700;
}

/* ===========================
   Images (inline)
=========================== */
.leverage .article-body figure {
  margin: 32px 0;
  text-align: center;
}

.leverage .article-body figure img {
  width: 800px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.leverage .article-body figcaption {
  color: #777;
  margin-top: 8px;
}

/* ===========================
   Lists
=========================== */
.leverage .article-body ul {
  margin: 12px 0 20px 1.4em;
}

.leverage .article-body ul li {
  margin-bottom: 0.6em;
}

/* ===========================
   Reference links
=========================== */
.leverage .reference {
  color: #666;
  margin: 8px 0 20px !important;
}

.leverage .reference a {
  color: #4a90d9;
  text-decoration: underline;
}

.leverage .reference a:hover {
  color: #2c5f8a;
}

/* ===========================
   Summary / Matome section
=========================== */
.leverage .matome-box {
  background: #f0f6ff;
  border: 1px solid #c5dbf5;
  border-radius: 6px;
  padding: 24px 28px;
  margin: 20px 0 28px;
}

.leverage .matome-box ul {
  margin: 8px 0 0 1.2em;
}

.leverage .matome-box ul li {
  margin-bottom: 0.75em;
}

/* ===========================
   Applied section (CTA-like)
=========================== */
.leverage .applied-section {
  background: #fffbf0;
  border: 1px solid #f0c060;
  border-radius: 6px;
  padding: 28px;
  margin-top: 12px;
}

.leverage .applied-section p {
  margin-bottom: 1em;
}

.leverage .applied-section ul {
  margin: 8px 0 16px 1.4em;
}

/* ===========================
   CTA block
=========================== */
.leverage .cta-block {
  background: linear-gradient(135deg, #1a3d60 0%, #2c5f8a 100%);
  border-radius: 8px;
  padding: 36px 32px;
  margin-top: 48px;
  text-align: center;
}

.leverage .cta-lead {
  color: #e8f2ff;
  margin-bottom: 24px !important;
  font-size: 2rem;
}

.leverage .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2rem;
}

.leverage .cta-btn {
  display: inline-block;
  padding: 23px 36px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
  letter-spacing: 0.04em;
}

.leverage .cta-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.leverage .cta-btn--primary {
  background: #f5a623;
  color: #1a1a2e;
}

.leverage .cta-btn--secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/* ===========================
   Inline code / special text
=========================== */
.leverage code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
}
