
.ai-desc-container h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 32px 0 16px;
  color: #333;
  position: relative;
  padding-left: 12px;
}
.ai-desc-container h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: #8d6e63;
  border-radius: 2px;
}
.ai-desc-container h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 12px;
  color: #333;
}
.ai-desc-container p,
.ai-desc-container li,
.ai-desc-container blockquote,
.ai-desc-container .image-caption {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}
.ai-desc-container ul {
  padding-left: 0;
  margin: 16px 0;
}
.ai-desc-container li {
  margin-bottom: 8px;
  list-style: none;
}
.ai-desc-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}
.ai-desc-container blockquote {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
}
.ai-desc-container .image-caption {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 24px;
}
.ai-desc-container > *:not(.ai-desc-container > div) {
  width: 100%;
}
.ai-desc-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.ai-desc-container td {
  padding: 0;
  vertical-align: top;
}
.ai-desc-container .mb-16 {
  margin-bottom: 40px;
}
.ai-desc-container .p-10 {
  padding: 24px;
}
.ai-desc-container .rounded-3xl {
  border-radius: 16px;
}
.ai-desc-container .shadow-lg {
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.05);
}
.ai-desc-container .from-amber-50 {
  background: linear-gradient(to bottom right, #fffbeb, #fff8f0);
}
.ai-desc-container .to-orange-50 {
  background: linear-gradient(to bottom right, #fffbeb, #fff8f0);
}
.ai-desc-container .border-amber-100\/50 {
  border-color: rgba(255, 235, 235, 0.5);
}
.ai-desc-container .text-gray-800 {
  color: #333;
}
.ai-desc-container .font-light {
  font-weight: 300;
}
.ai-desc-container .leading-relaxed {
  line-height: 1.65;
}
.ai-desc-container .italic {
  font-style: italic;
}
.ai-desc-container .text-3xl {
  font-size: 24px;
}
.ai-desc-container .md\:text-4xl {
  font-size: 28px;
}
.ai-desc-container .mb-20 {
  margin-bottom: 56px;
}
.ai-desc-container .flex {
  display: flex;
}
.ai-desc-container .items-center {
  align-items: center;
}
.ai-desc-container .space-x-4 {
  gap: 16px;
}
.ai-desc-container .max-w-4xl {
  max-width: 80rem;
}
.ai-desc-container .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ai-desc-container .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ai-desc-container .bg-gradient-to-br {
  background: linear-gradient(to bottom right, #fffbeb, #fff8f0);
}
.ai-desc-container .border {
  border: 1px solid transparent;
}
.ai-desc-container .shadow-lg {
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.05);
}
.ai-desc-container .content-image-wrapper {
  width: 100%;
  margin: 24px 0;
}
.ai-desc-container .lead-paragraph p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  color: #333;
}
.ai-desc-container .cta-banner {
  margin: 32px 0;
  padding: 24px;
  background-color: #fffdfb;
  border-radius: 12px;
  border: 1px solid #f0ebe5;
}
.ai-desc-container .cta-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #333;
}
.ai-desc-container .cta-content p {
  font-size: 15px;
  margin-bottom: 16px;
  color: #555;
}
.ai-desc-container .cta-button {
  display: inline-block;
  background-color: #8d6e63;
  color: white;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.ai-desc-container .cta-button:hover {
  background-color: #7a5c52;
}
