/* SEO guide pages (/guides/*.html) — light default + sea green / black dark theme */
.cp-seo-guide-page {
  font-family: 'Poppins', sans-serif;
}

.cp-seo-guide-page .blog-hero {
  background: linear-gradient(135deg, #042f4a 0%, #0c4a6e 22%, #0f766e 58%, #0d9488 100%);
  color: #fff;
  padding: 80px 0 60px;
}

html.theme-dark .cp-seo-guide-page .blog-hero {
  background: linear-gradient(135deg, #030404 0%, #0b2f2b 38%, #0f4f4a 72%, #115e59 100%);
}

.cp-seo-guide-page .blog-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.25;
}

.cp-seo-guide-page .blog-hero .badge-pill {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.cp-seo-guide-page .blog-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  max-width: 720px;
}

.cp-seo-guide-page .blog-hero__accent {
  color: #fbbf24;
}

.cp-seo-guide-page .blog-body {
  background: var(--cp-bg);
  padding: 60px 0;
}

.cp-seo-guide-page .blog-card {
  background: var(--cp-card);
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-radius);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.cp-seo-guide-page .blog-card h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--cp-text);
  margin-bottom: 1rem;
}

.cp-seo-guide-page .blog-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f766e;
  margin-bottom: 0.5rem;
}

html.theme-dark .cp-seo-guide-page .blog-card h3 {
  color: var(--cp-sea-bright, #5eead4);
}

.cp-seo-guide-page .blog-card p,
.cp-seo-guide-page .blog-card li {
  color: var(--cp-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.cp-seo-guide-page .blog-card ul {
  padding-left: 1.5rem;
}

.cp-seo-guide-page .highlight-box {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
  border-radius: var(--cp-radius);
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}

html.theme-dark .cp-seo-guide-page .highlight-box {
  background: linear-gradient(135deg, #0a1210 0%, #0f3d38 45%, #115e59 100%);
  border: 1px solid rgba(45, 212, 191, 0.16);
}

.cp-seo-guide-page .highlight-box h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cp-seo-guide-page .highlight-box p,
.cp-seo-guide-page .highlight-box li {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
  font-size: 0.95rem;
}

.cp-seo-guide-page .course-topic-tag {
  display: inline-block;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 6px;
  padding: 0.25rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0.2rem;
}

html.theme-dark .cp-seo-guide-page .course-topic-tag {
  background: rgba(45, 212, 191, 0.1);
  color: #5eead4;
  border-color: rgba(45, 212, 191, 0.25);
}

.cp-seo-guide-page .cta-section {
  background: linear-gradient(135deg, #0f766e, #080a09);
  color: #fff;
  border-radius: var(--cp-radius);
  padding: 2.5rem 2rem;
  text-align: center;
  margin-top: 2rem;
}

html.theme-dark .cp-seo-guide-page .cta-section {
  background: linear-gradient(135deg, #030404 0%, #0f3d38 50%, #0d9488 100%);
  border: 1px solid rgba(45, 212, 191, 0.14);
}

.cp-seo-guide-page .cta-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.cp-seo-guide-page .cta-section p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}

.cp-seo-guide-page .simple-footer {
  background: linear-gradient(180deg, #060807 0%, #0f1f1c 55%, #115e59 100%);
  color: rgba(255, 255, 255, 0.62);
  padding: 2rem 0 1.5rem;
  font-size: 0.82rem;
  text-align: center;
  border-top: 1px solid rgba(45, 212, 191, 0.12);
}

.cp-seo-guide-page .simple-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.75rem;
}

.cp-seo-guide-page .simple-footer a:hover {
  color: #99f6e4;
  text-decoration: underline;
}

.cp-seo-guide-page .simple-nav {
  background: linear-gradient(180deg, #030404 0%, #0f1211 100%);
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(45, 212, 191, 0.12);
}

.cp-seo-guide-page .simple-nav a {
  color: #d1fae5;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.cp-seo-guide-page .simple-nav a:hover {
  color: #ecfdf5;
}

.cp-seo-guide-page .simple-nav .brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #ecfdf5;
}

.cp-seo-guide-page .guide-brand__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.cp-seo-guide-page .guide-brand__logo--light {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-brand__logo--dark {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-brand__logo--light {
  display: block;
}

.cp-seo-guide-page .guide-hero-logo-wrap {
  margin-bottom: 1rem;
}

.cp-seo-guide-page .guide-hero-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.35rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cp-seo-guide-page .guide-hero-logo--light {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-hero-logo--dark {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-hero-logo--light {
  display: inline-block;
}

html.theme-dark .cp-seo-guide-page .guide-hero-logo {
  background: rgba(255, 255, 255, 0.12);
}

.cp-seo-guide-page .guide-sidebar-logo {
  width: 120px;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem;
}

.cp-seo-guide-page .guide-sidebar-logo--light {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-sidebar-logo--dark {
  display: none;
}

html.theme-dark .cp-seo-guide-page .guide-sidebar-logo--light {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cp-seo-guide-page .guide-footer-social {
  margin: 0.75rem 0 1rem;
}

.cp-seo-guide-page .guide-footer-social a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.2rem;
  margin: 0 0.45rem;
  text-decoration: none;
  display: inline-block;
}

.cp-seo-guide-page .guide-footer-social a:hover {
  color: #99f6e4;
}

.cp-seo-guide-page .guide-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0f766e;
  text-decoration: none;
}

html.theme-dark .cp-seo-guide-page .guide-more-link {
  color: var(--cp-sea-bright, #5eead4);
}

.cp-seo-guide-page .guide-more-link:hover {
  color: #14b8a6;
  text-decoration: underline;
}

.cp-seo-guide-page .guide-link-all {
  color: #14b8a6;
  text-decoration: none;
  font-weight: 600;
}

html.theme-dark .cp-seo-guide-page .guide-link-all {
  color: var(--cp-sea, #2dd4bf);
}

.cp-seo-guide-page .guide-link-all:hover {
  color: var(--cp-sea-bright, #5eead4);
  text-decoration: underline;
}

.cp-seo-guide-page .guide-fact-icon {
  color: #0f766e;
}

html.theme-dark .cp-seo-guide-page .guide-fact-icon {
  color: var(--cp-sea, #2dd4bf);
}

.cp-seo-guide-page .guide-btn-gold {
  background: #fbbf24;
  color: #1e293b;
  font-weight: 700;
  padding: 0.65rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

.cp-seo-guide-page .guide-btn-gold--lg {
  padding: 0.7rem 2rem;
}

.cp-seo-guide-page .guide-btn-outline-light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0.65rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

.cp-seo-guide-page .guide-btn-outline-light--lg {
  padding: 0.7rem 2rem;
}

.cp-seo-guide-page .guide-btn-primary {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  text-decoration: none;
  display: inline-block;
  border: none;
}

html.theme-dark .cp-seo-guide-page .guide-btn-primary {
  background: linear-gradient(135deg, #2dd4bf, #0f766e);
}

.cp-seo-guide-page .guide-btn-secondary {
  background: transparent;
  color: var(--cp-text);
  border: 1px solid var(--cp-border);
  font-weight: 500;
  border-radius: 8px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  display: inline-block;
}

.cp-seo-guide-page .guide-sidebar-title {
  color: var(--cp-text);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cp-seo-guide-page .guide-sidebar-subtitle {
  color: var(--cp-text);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cp-seo-guide-page .guide-facts-list {
  color: var(--cp-muted);
  font-size: 0.9rem;
}

.cp-seo-guide-page .guide-sidebar-sticky {
  position: sticky;
  top: 90px;
}

.cp-seo-guide-page .guide-more-list {
  font-size: 0.88rem;
}
