.tldr-box {
  background: #F0FFF4;
  border-left: 4px solid #2F7A6B;
  padding: 24px 28px;
  margin: 32px 0;
  border-radius: 0 8px 8px 0;
}

.tldr-box strong {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2F7A6B;
  display: block;
  margin-bottom: 8px;
}

.tldr-box p {
  font-size: 17px;
  margin-bottom: 0;
  color: #2D3748;
}

.option-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 20px 0;
}

.option-card.highlighted {
  border-color: #2F7A6B;
  border-width: 2px;
  background: #F0FFF4;
}

.option-card p {
  margin-bottom: 0;
}

.verdict {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}

.verdict-risky { background: #FFF5F5; color: #C53030; }
.verdict-okay  { background: #FFFFF0; color: #B7791F; }
.verdict-best  { background: #F0FFF4; color: #276749; }

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
}

.pros-cons div { padding: 8px 0; }
.pros-cons .label { font-weight: 600; font-size: 13px; margin-bottom: 4px; }
.pro .label { color: #276749; }
.con .label { color: #C53030; }

.math-box {
  background: #1A202C;
  color: #E2E8F0;
  border-radius: 8px;
  padding: 28px;
  margin: 28px 0;
  font-family: 'Courier New', monospace;
}

.math-box .math-title {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #63B3A6;
  margin-bottom: 16px;
}

.math-box .math-line {
  font-size: 16px;
  margin-bottom: 8px;
  color: #CBD5E0;
}

.math-box .math-result {
  font-size: 22px;
  color: #68D391;
  font-weight: bold;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #4A5568;
}

.faq-section {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid #E2E8F0;
}

.faq-item {
  margin-bottom: 28px;
}

.faq-item h3 {
  margin-bottom: 8px;
}

.faq-item p {
  margin-bottom: 0;
}

.cta-section {
  background: linear-gradient(135deg, #2F7A6B 0%, #234E44 100%);
  border-radius: 12px;
  padding: 40px 36px;
  margin: 48px 0;
  text-align: center;
}

.blog-content .cta-section h2 {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 12px;
}

.blog-content .cta-section p {
  color: #FFFFFF;
  font-size: 17px;
  margin-bottom: 24px;
}

.cta-button {
  display: inline-block;
  background: #FFFFFF;
  color: #2F7A6B;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s;
}

.cta-button:hover { transform: translateY(-2px); }

.blog-content .cta-section .cta-details {
  margin-top: 16px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 0;
}

.partner-story {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-left: 4px solid #2F7A6B;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 32px 0;
}

.partner-story .partner-label {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2F7A6B;
  margin-bottom: 12px;
}

.partner-story blockquote {
  border-left: none;
  padding-left: 0;
  font-size: 19px;
  line-height: 1.6;
  color: #1A202C;
  font-style: normal;
  margin: 0 0 16px;
}

.partner-story .partner-attribution {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #4A5568;
  margin: 0;
}

@media (max-width: 640px) {
  .pros-cons { grid-template-columns: 1fr; }
  .cta-section { padding: 28px 20px; }
}
