/* SEO landing pages — matches POSLK brand (sky blue, Poppins) */

.seo-landing-page {
  background: #fff;
}

.seo-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(14, 165, 233, 0.14), transparent 55%),
    linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
  border-bottom: 1px solid var(--border-color, #e2e8f0);
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.9rem;
  color: var(--light-text, #64748b);
  margin-bottom: 28px;
}

.seo-breadcrumb a {
  color: var(--primary-dark, #0369a1);
  text-decoration: none;
  font-weight: 500;
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.seo-hero-inner {
  max-width: 820px;
}

.seo-hero-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(14, 165, 233, 0.12);
  color: var(--primary-dark, #0369a1);
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.seo-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  line-height: 1.2;
  color: var(--text-color, #1e293b);
  margin-bottom: 16px;
  font-weight: 700;
}

.seo-hero-sub {
  font-size: 1.05rem;
  color: var(--light-text, #64748b);
  margin-bottom: 28px;
  max-width: 720px;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-section {
  padding: 64px 0;
}

.seo-section-alt {
  background: #f8fafc;
}

.seo-section h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin-bottom: 24px;
  color: var(--text-color, #1e293b);
}

.seo-prose p {
  font-size: 1.05rem;
  color: #334155;
  margin-bottom: 16px;
  max-width: 820px;
}

.seo-checklist {
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.seo-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 10px;
  padding: 14px 16px;
  color: #334155;
}

.seo-checklist i {
  color: var(--success-color, #10b981);
  margin-top: 3px;
}

.seo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-benefit-card {
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 12px;
  padding: 22px;
  background: #fff;
}

.seo-benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--primary-dark, #0369a1);
}

.seo-benefit-card p {
  color: var(--light-text, #64748b);
  margin: 0;
  font-size: 0.98rem;
}

.seo-feature-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.seo-feature-grid li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334155;
}

.seo-feature-grid i {
  color: var(--primary-color, #0ea5e9);
  margin-top: 3px;
}

.seo-inline-link {
  margin-top: 24px;
  color: var(--light-text, #64748b);
}

.seo-inline-link a {
  color: var(--primary-dark, #0369a1);
  font-weight: 600;
}

.seo-steps {
  list-style: none;
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.seo-steps li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #e2e8f0);
  background: #fff;
}

.seo-step-num {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary-color, #0ea5e9);
  color: #fff;
  font-weight: 700;
}

.seo-faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.seo-faq-item {
  background: #fff;
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 10px;
  padding: 4px 16px;
}

.seo-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 14px 0;
  color: var(--text-color, #1e293b);
  list-style: none;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item summary::after {
  content: '+';
  float: right;
  color: var(--primary-color, #0ea5e9);
  font-weight: 700;
}

.seo-faq-item[open] summary::after {
  content: '−';
}

.seo-faq-item p {
  padding-bottom: 14px;
  color: var(--light-text, #64748b);
  margin: 0;
}

.seo-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.seo-related-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid var(--border-color, #e2e8f0);
  text-decoration: none;
  color: var(--text-color, #1e293b);
  font-weight: 600;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.seo-related-card:hover {
  border-color: var(--primary-color, #0ea5e9);
  box-shadow: 0 6px 18px rgba(14, 165, 233, 0.12);
  color: var(--primary-dark, #0369a1);
}

.seo-cta {
  padding: 72px 0;
  background:
    linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  color: #fff;
  text-align: center;
}

.seo-cta h2 {
  color: #fff;
  margin-bottom: 12px;
}

.seo-cta p {
  max-width: 640px;
  margin: 0 auto 24px;
  opacity: 0.95;
}

.seo-cta .btn-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.seo-cta .btn-outline:hover {
  background: #fff;
  color: #0369a1;
}

.seo-cta .btn-primary {
  background: #fff;
  color: #0369a1;
}

.seo-cta .btn-primary:hover {
  background: #e0f2fe;
}

@media (max-width: 768px) {
  .seo-hero {
    padding: 48px 0 40px;
  }

  .seo-section {
    padding: 48px 0;
  }

  .seo-benefit-grid,
  .seo-feature-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero-actions {
    flex-direction: column;
  }

  .seo-hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
