.ask-ai-section,
.seo-faq-section,
.seo-content-shell {
  padding: 64px 0;
}

.ask-ai-section {
  background:
    radial-gradient(circle at top left, rgba(11, 94, 215, 0.12), transparent 38%),
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.18), transparent 30%),
    #f8fbff;
}

.seo-section-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.seo-section-intro h2 {
  margin-bottom: 12px;
}

.seo-section-intro p {
  color: #526072;
  margin-bottom: 0;
}

.ask-ai-platforms,
.faq-chip-list,
.blog-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ask-ai-platforms {
  justify-content: center;
  margin-bottom: 26px;
}

.ask-ai-platforms a,
.faq-chip-list a,
.blog-related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 94, 215, 0.14);
  background: #fff;
  color: #0b5ed7;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ask-ai-platforms a:hover,
.faq-chip-list a:hover,
.blog-related-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(11, 94, 215, 0.28);
}

.ask-ai-grid,
.faq-grid,
.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.ask-ai-card,
.faq-card,
.faq-category-card,
.blog-panel {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  color: inherit;
  text-decoration: none;
}

.ask-ai-card:hover,
.faq-card:hover,
.faq-category-card:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ask-ai-card small,
.faq-card small,
.faq-category-card small {
  display: inline-block;
  margin-bottom: 12px;
  color: #0b5ed7;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ask-ai-card h3,
.faq-card h3,
.faq-category-card h3,
.faq-item h3,
.blog-panel h2 {
  font-size: 1.12rem;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #0f172a;
}

.ask-ai-card p,
.faq-card p,
.faq-category-card p,
.faq-item p,
.blog-panel p,
.blog-article p,
.blog-article li,
.faq-intro-panel p {
  color: #526072;
  line-height: 1.7;
}

.seo-faq-section .faq-item,
.faq-category .faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.seo-faq-section .faq-grid {
  margin-top: 28px;
}

.faq-category {
  margin-top: 32px;
}

.faq-category h2 {
  margin-bottom: 18px;
}

.faq-category .faq-grid {
  margin-top: 0;
}

.faq-intro-panel {
  background: linear-gradient(135deg, rgba(11, 94, 215, 0.08), rgba(255, 193, 7, 0.14));
  border: 1px solid rgba(11, 94, 215, 0.08);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 28px;
}

.faq-intro-panel p:last-child {
  margin-bottom: 0;
}

.faq-page-shell {
  padding: 64px 0;
}

.faq-page-shell .faq-chip-list {
  justify-content: center;
  margin-bottom: 20px;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: #64748b;
  font-size: 0.95rem;
}

.seo-breadcrumbs a {
  color: #0b5ed7;
  text-decoration: none;
}

.seo-breadcrumbs span:last-child {
  color: #0f172a;
  font-weight: 600;
}

.blog-page .breadcome-title h1 {
  margin-bottom: 12px;
}

.blog-page .breadcome-title p {
  margin-bottom: 0;
}

.blog-article {
  max-width: 860px;
  margin: 0 auto;
}

.blog-article section {
  margin-bottom: 34px;
}

.blog-article h2 {
  margin-bottom: 14px;
}

.blog-article ul {
  padding-left: 20px;
}

.blog-article li {
  margin-bottom: 10px;
}

.blog-callout {
  border-left: 4px solid #0b5ed7;
  background: #f8fbff;
  border-radius: 0 16px 16px 0;
  padding: 18px 20px;
  margin: 28px 0;
}

.blog-related-wrap {
  margin-top: 34px;
}

.blog-related-wrap h2 {
  margin-bottom: 14px;
}

.faq-anchor-link {
  display: inline-flex;
  margin-top: 14px;
  color: #0b5ed7;
  font-weight: 600;
  text-decoration: none;
}

.faq-anchor-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ask-ai-section,
  .seo-faq-section,
  .seo-content-shell,
  .faq-page-shell {
    padding: 46px 0;
  }

  .ask-ai-card,
  .faq-card,
  .faq-category-card,
  .blog-panel,
  .faq-intro-panel,
  .seo-faq-section .faq-item,
  .faq-category .faq-item {
    padding: 18px;
  }
}
