article {
  line-height: 1.7;
  color: #4A4B50;
  background: #FFFFFF;
  padding: 20px;
  max-width: 720px;
  margin: 0 auto 1rem;
}

.badge {
  display: inline-block;
  background: #F8F9FC;
  border: 1px solid #DBDDE2;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #5D5E64;
  margin-bottom: 16px;
}

h1 {
  font-size: 32px;
  line-height: 1.3;
  color: #38393D;
  font-weight: 700;
  margin-bottom: 12px;
}

.subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #5D5E64;
  margin-bottom: 16px;
}

.byline {
  font-size: 14px;
  color: #707278;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDDE2;
}

h2 {
  font-size: 22px;
  line-height: 1.4;
  color: #38393D;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
}

h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #38393D;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
}

a {
  color: #FF7D0E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 15px;
}

.comparison-table th {
  background: #F8F9FC;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #38393D;
  border: 1px solid #DBDDE2;
}

.comparison-table td {
  padding: 12px;
  border: 1px solid #DBDDE2;
}

.comparison-table tr:nth-child(even) {
  background: #FAFBFC;
}

.stat-box {
  background: #F8F9FC;
  border: 1px solid #DBDDE2;
  border-radius: 8px;
  padding: 28px;
  margin: 32px 0;
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #38393D;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 15px;
  color: #5D5E64;
  line-height: 1.4;
}

.callout-box {
  background: #F8F9FC;
  border-left: 3px solid #FF7D0E;
  padding: 20px;
  margin: 28px 0;
  border-radius: 4px;
}

.callout-box p {
  margin-bottom: 12px;
}

.callout-box p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 16px 0;
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

hr {
  border: none;
  border-top: 1px solid #DBDDE2;
  margin: 48px 0;
}

.about-section {
  background: #F8F9FC;
  border-radius: 8px;
  padding: 24px;
  margin-top: 48px;
  font-size: 14px;
  color: #5D5E64;
}

.about-section h3 {
  font-size: 16px;
  color: #38393D;
  margin-bottom: 12px;
  font-weight: 600;
}

.recently-published {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #DBDDE2;
}

.recently-published h3 {
  font-size: 18px;
  color: #38393D;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-link {
  display: block;
  padding: 12px 0;
  color: #4A4B50;
  text-decoration: none;
  border-bottom: 1px solid #DBDDE2;
}

.blog-link:hover {
  color: #FF7D0E;
}

.blog-link:last-child {
  border-bottom: none;
}

.blog-date {
  font-size: 13px;
  color: #707278;
  display: block;
  margin-top: 4px;
}

@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }

  .stat-number {
    font-size: 36px;
  }

  .comparison-table {
    font-size: 13px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 8px;
  }
}