/* Inner pages: match homepage white / orange chrome */

.seo-crumb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wc-page-main {
  flex: 1;
}

.wc-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0 48px;
}

.wc-article h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.wc-article h2 {
  margin: 32px 0 10px;
  font-size: 18px;
}

.wc-article p,
.wc-article li {
  color: var(--wc-muted);
  font-size: 15px;
  line-height: 1.8;
}

.wc-article a {
  color: var(--wc-brand);
  text-decoration: none;
}

.wc-article a:hover {
  text-decoration: underline;
}

.wc-panel {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: var(--wc-radius-lg);
  box-shadow: var(--wc-shadow);
  padding: 22px 24px;
}

.wc-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wc-card {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: var(--wc-radius-lg);
  box-shadow: var(--wc-shadow);
  padding: 22px;
  text-decoration: none;
  color: inherit;
  display: block;
}

a.wc-card:hover {
  border-color: #ffd4cc;
  box-shadow: var(--wc-shadow-hover);
}

.wc-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.wc-card p,
.wc-card li {
  margin: 0;
  color: var(--wc-muted);
  font-size: 13px;
  line-height: 1.7;
}

.wc-card ul {
  margin: 10px 0 14px;
  padding-left: 18px;
}

.wc-card .wc-btn {
  margin-top: 4px;
}

.wc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.wc-faq-search {
  max-width: 560px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 999px;
  padding: 0 16px;
  box-shadow: var(--wc-shadow);
}

.wc-faq-search i {
  color: #a3a3a3;
  font-size: 13px;
}

.wc-faq-search input {
  flex: 1;
  height: 46px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-family: inherit;
}

.wc-faq-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.wc-faq-pills a {
  height: 34px;
  padding: 0 14px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  color: #525252;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.wc-faq-pills a:hover {
  border-color: var(--wc-brand);
  color: var(--wc-brand);
}

.wc-faq-section {
  margin-bottom: 28px;
}

.wc-faq-section h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.faq-item,
.wc-faq-section details {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 0 16px;
}

.faq-item summary,
.wc-faq-section summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker,
.wc-faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-answer,
.wc-faq-section .faq-answer {
  padding: 0 0 14px;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.faq-item.is-hidden {
  display: none;
}

.faq-empty {
  display: none;
  text-align: center;
  color: var(--wc-muted);
  padding: 24px 0;
}

.faq-empty.is-visible {
  display: block;
}

/* Restyle leftover plaza / blog / AI purple to homepage orange */
.plaza-hero {
  background: linear-gradient(180deg, #fff 0%, #f6f6f8 100%);
  padding: 36px 0 8px;
  text-align: center;
}

.plaza-badge {
  display: none;
}

.plaza-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--wc-text);
}

.plaza-subtitle {
  margin: 0 auto 8px;
  max-width: 520px;
  color: var(--wc-muted);
  font-size: 15px;
}

.plaza-count {
  display: none;
}

.filter-panel {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 0 20px;
}

.filter-row + .filter-row {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0;
}

.filter-label {
  display: none;
}

.filter-tags {
  justify-content: center;
}

.filter-tag:hover,
.filter-tag.is-active {
  border-color: var(--wc-brand);
  color: var(--wc-brand);
  background: var(--wc-brand-soft);
}

.filter-tag.is-active {
  background: var(--wc-brand-soft);
  color: var(--wc-brand);
}

.btn-primary,
a.btn-primary {
  background: var(--wc-brand) !important;
  border-color: var(--wc-brand);
}

.btn-primary:hover,
a.btn-primary:hover {
  background: var(--wc-brand-hover) !important;
}

.blog-card {
  border-radius: var(--wc-radius-lg);
  box-shadow: var(--wc-shadow);
}

a.blog-card:hover {
  border-color: #ffd4cc;
  box-shadow: var(--wc-shadow-hover);
  transform: none;
}

.blog-card-cover {
  background: linear-gradient(180deg, #fff1ee 0%, #fff 100%);
}

.blog-card-tag,
a.blog-card:hover .blog-card-title {
  color: var(--wc-brand);
}

.blog-card-icon {
  color: #ffb4a6;
}

.blog-cta-bar,
.blog-next-grid {
  margin-top: 36px;
}

.blog-cta-bar {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.blog-cta-btn {
  background: var(--wc-brand);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 13px;
}

.blog-back-link:hover,
.blog-article-tag,
.blog-toc a:hover,
.prose-aura a {
  color: var(--wc-brand);
}

.ai-privacy-badge {
  color: var(--wc-brand-text);
  border-color: #ffd4cc;
  background: #fff;
}

.ai-score-panel {
  background: linear-gradient(145deg, #ff4f33 0%, #e64328 100%);
  box-shadow: 0 12px 32px rgba(255, 79, 51, 0.22);
}

.ai-insight-action,
.ai-keywords-btn,
.ai-action-btn--primary {
  background: var(--wc-brand) !important;
  border-color: var(--wc-brand) !important;
}

.page-about .about-cta-band {
  background: #171717;
}

body.editor-page .wc-header {
  flex-shrink: 0;
}

body.editor-page .wc-header-inner {
  max-width: none;
  gap: 20px;
}

body.editor-page .wc-nav a {
  padding: 18px 0;
}

body.editor-page .editor-save-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #737373;
  white-space: nowrap;
}

body.editor-page .editor-save-status i {
  color: var(--wc-brand);
}

body.editor-page .site-header-settings {
  width: 36px;
  height: 36px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: #525252;
  cursor: pointer;
}

body.editor-page .site-header-settings:hover {
  border-color: #d4d4d4;
}

@media (max-width: 900px) {
  .wc-cards {
    grid-template-columns: 1fr;
  }

  .plaza-title,
  .wc-article h1,
  .wc-hero h1 {
    font-size: 26px;
  }

  .blog-cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.editor-page .editor-save-status,
  body.editor-page .wc-brand-text span {
    display: none;
  }
}
