/* SEO Services — page-specific modern UI */

.seo-page .hero-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}

.seo-page .platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 138, 0, 0.25);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-page .platform-pill i {
  color: var(--primary-color);
}

.seo-page .platform-pill:hover {
  transform: translateY(-2px);
  border-color: var(--primary-color);
  box-shadow: 0 6px 20px rgba(255, 138, 0, 0.15);
}

.seo-page .hero-cta .btn-large {
  text-decoration: none;
}

/* SERP mockup */
.seo-page .serp-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.seo-page .serp-mockup {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 138, 0, 0.25);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.seo-page .serp-search-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-bottom: 1px solid #e8eaed;
}

.seo-page .serp-search-bar i {
  color: #9aa0a6;
}

.seo-page .serp-query {
  flex: 1;
  font-size: 0.9rem;
  color: #202124;
  font-family: Arial, sans-serif;
}

.seo-page .serp-body {
  padding: 1.25rem;
  background: #fff;
  font-family: Arial, sans-serif;
}

.seo-page .serp-result {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f3f4;
}

.seo-page .serp-result.featured {
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.06), rgba(255, 255, 255, 0));
  margin: -0.5rem -0.75rem 1rem;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 138, 0, 0.2);
  border-bottom: 1px solid rgba(255, 138, 0, 0.2);
}

.seo-page .serp-url {
  font-size: 0.72rem;
  color: #202124;
  margin-bottom: 0.2rem;
}

.seo-page .serp-title {
  font-size: 1.05rem;
  color: #1a0dab;
  font-weight: 400;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.seo-page .serp-desc {
  font-size: 0.8rem;
  color: #4d5156;
  line-height: 1.5;
}

.seo-page .serp-stars {
  color: #fbbc04;
  font-size: 0.75rem;
  margin-top: 0.35rem;
}

.seo-page .mockup-float {
  position: absolute;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(20, 20, 28, 0.92);
  border: 1px solid rgba(255, 138, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  animation: floatBadge 4s ease-in-out infinite;
  white-space: nowrap;
}

.seo-page .mockup-float.rank {
  top: 8%;
  right: -8%;
  color: #3fb950;
}

.seo-page .mockup-float.traffic {
  bottom: 12%;
  left: -6%;
  color: var(--primary-color);
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.seo-page .seo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: -1rem;
}

.seo-page .seo-stat {
  text-align: center;
  padding: 1rem;
}

.seo-page .seo-stat-value {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.seo-page .seo-stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 0.35rem;
}

/* Solution cards — see service-pages.css (.service-page .solution-card) */

.seo-page .tools-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 138, 0, 0.2);
}

.seo-page .tools-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-page .tools-strip span i {
  color: var(--primary-color);
}

.seo-page .feature-tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.seo-page .feature-tabs::-webkit-scrollbar {
  display: none;
}

.seo-page .feature-tabs .tab-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .seo-page .seo-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .seo-page .hero-platforms {
    justify-content: center;
  }

  .seo-page .mockup-float {
    display: none;
  }
}
