/* Inner-page premium UI */
.page-hero-pro {
  position: relative;
  padding: clamp(4rem, 10vw, 6.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
  background: linear-gradient(165deg, #030712 0%, #0f172a 45%, #111827 100%);
}
.page-hero-pro::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-pro-bg, none);
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  filter: saturate(1.1);
}
.page-hero-pro-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(99, 102, 241, 0.2), transparent),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(236, 72, 153, 0.12), transparent);
  pointer-events: none;
}
.page-hero-pro-tricolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
}
.page-hero-pro-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.page-hero-pro--compact {
  padding: clamp(3rem, 7vw, 4.5rem) 0 2.5rem;
}
.page-hero-pro .breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
.page-hero-pro h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  margin: 0.5rem 0 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-hero-pro-desc {
  color: var(--slate-400);
  font-size: 1.1rem;
  max-width: 640px;
  line-height: 1.65;
}
.page-hero-pro-icon {
  width: 64px;
  height: 64px;
  margin: 0.75rem 0;
  color: var(--primary);
}
.page-hero-pro-icon svg {
  width: 100%;
  height: 100%;
}
.page-hero-pro-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0;
}
.page-hero-pro-pills span {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--slate-300);
}
.page-hero-pro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.quick-trust-bar {
  background: rgba(15, 23, 42, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem 0;
}
.quick-trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}
.quick-trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--slate-400);
  font-weight: 500;
}
.quick-trust-icon {
  font-size: 1rem;
}

.telangana-promo {
  padding: 0;
  margin: 0;
}
.page-home .telangana-promo {
  padding: 3rem 0 0;
}
.page-home .telangana-promo-inner {
  margin-left: auto;
  margin-right: auto;
}
.telangana-promo-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.25rem 2rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(236, 72, 153, 0.08));
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: var(--radius-lg, 16px);
  margin: -1.5rem auto 2rem;
  max-width: var(--container, 1200px);
  position: relative;
  z-index: 2;
}
.telangana-promo-flag {
  font-size: 2.5rem;
}
.telangana-promo-copy h2 {
  font-size: 1.25rem;
  margin: 0.25rem 0;
}
.telangana-promo-copy p {
  margin: 0;
  color: var(--slate-400);
  font-size: 0.9rem;
}
.telangana-promo-stats {
  display: flex;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: var(--slate-400);
}
.telangana-promo-stats strong {
  display: block;
  font-size: 1.25rem;
  color: var(--slate-100);
}

.service-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.service-filter-btn {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--slate-300);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.service-filter-btn:hover,
.service-filter-btn.active {
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(99, 102, 241, 0.5);
  color: #fff;
}
.service-card[data-hidden="true"] {
  display: none !important;
}
.service-filter-empty {
  text-align: center;
  color: var(--slate-400);
  padding: 2rem;
}
.service-filter-empty.hidden {
  display: none;
}

/* Mega menu */
@media (min-width: 901px) {
  .has-dropdown-mega .dropdown-fallback {
    display: none;
  }
}
@media (max-width: 768px) {
  .has-dropdown-mega .dropdown-fallback {
    display: none;
  }
  .has-dropdown-mega .nav-mega-panel {
    position: static;
    transform: none;
    left: auto;
    min-width: 0;
    margin-top: 0.35rem;
    padding: 0.5rem 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .has-dropdown-mega:not(.is-open) .nav-mega-panel {
    display: none !important;
  }
  .has-dropdown-mega.is-open .nav-mega-panel {
    display: block !important;
  }
}
.has-dropdown-mega {
  position: static;
}
@media (min-width: 901px) {
  .has-dropdown-mega {
    position: relative;
  }
  .has-dropdown-mega .nav-mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 520px;
    margin-top: 0.5rem;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    z-index: 200;
  }
  .has-dropdown-mega:hover .nav-mega-panel,
  .has-dropdown-mega:focus-within .nav-mega-panel,
  .has-dropdown-mega.is-open .nav-mega-panel {
    display: block !important;
  }
}
.nav-mega-panel[hidden] {
  display: none;
}
.nav-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}
.nav-mega-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  color: var(--slate-300);
  text-decoration: none;
  font-size: 0.88rem;
  transition: background 0.15s;
}
.nav-mega-item:hover {
  background: rgba(99, 102, 241, 0.15);
  color: #fff;
}
.nav-mega-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--primary);
}
.nav-mega-icon svg {
  width: 100%;
  height: 100%;
}
.nav-mega-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}
.nav-mega-tg {
  color: var(--primary-light, #818cf8);
}

/* Testimonials carousel */
.testimonials-carousel {
  position: relative;
  overflow: hidden;
}
.testimonials-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.testimonial-card-pro {
  flex: 0 0 min(100%, 360px);
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .testimonial-card-pro {
    flex: 0 0 calc(50% - 0.625rem);
  }
}
@media (min-width: 1024px) {
  .testimonial-card-pro {
    flex: 0 0 calc(33.333% - 0.85rem);
  }
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s;
}
.carousel-btn:hover {
  background: rgba(99, 102, 241, 0.3);
}
.carousel-dots {
  display: flex;
  gap: 0.4rem;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.carousel-dot.active {
  background: var(--primary);
  width: 24px;
  border-radius: 4px;
}
.section-dark .testimonial-card-pro {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
}

/* Blog cards pro */
.blog-grid-pro {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-card-pro {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
/* Light sections — solid readable cards (Latest Insights on home) */
.section:not(.section-dark) .blog-card-pro,
.page-inner .blog-card-pro {
  background: #fff;
  border: 1px solid var(--slate-200, #e2e8f0);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
}
.section:not(.section-dark) .blog-card-pro:hover,
.page-inner .blog-card-pro:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
  border-color: rgba(59, 130, 246, 0.28);
}
/* Dark sections — glass cards */
.section-dark .blog-card-pro {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section-dark .blog-card-pro:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.blog-card-pro-media {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--slate-200, #e2e8f0);
}
.blog-card-pro-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 7, 18, 0.45) 100%);
  pointer-events: none;
}
.blog-card-pro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}
.blog-card-pro:hover .blog-card-pro-media img {
  transform: scale(1.05);
}
.blog-card-pro-date {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.3rem 0.65rem;
  background: rgba(15, 23, 42, 0.85);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
.blog-card-pro-body {
  padding: 1.25rem 1.35rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.section-dark .blog-card-pro-body {
  background: transparent;
}
.blog-card-pro-body h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.section:not(.section-dark) .blog-card-pro-body h2 a,
.page-inner .blog-card-pro-body h2 a {
  color: var(--navy-900, #0f172a);
  text-decoration: none;
}
.section:not(.section-dark) .blog-card-pro-body h2 a:hover,
.page-inner .blog-card-pro-body h2 a:hover {
  color: var(--blue-600, #2563eb);
}
.section-dark .blog-card-pro-body h2 a {
  color: #f1f5f9;
  text-decoration: none;
}
.section-dark .blog-card-pro-body h2 a:hover {
  color: var(--primary-light, #818cf8);
}
.section:not(.section-dark) .blog-card-pro-body p,
.page-inner .blog-card-pro-body p {
  color: var(--slate-600, #475569);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  flex: 1;
}
.section-dark .blog-card-pro-body p {
  color: #94a3b8;
  margin: 0 0 1rem;
  flex: 1;
}
.section:not(.section-dark) .blog-card-pro-body .link-arrow,
.page-inner .blog-card-pro-body .link-arrow {
  color: var(--blue-600, #2563eb);
  margin-top: auto;
}

/* FAQ accordion pro */
.faq-accordion-pro {
  max-width: 800px;
  margin: 0 auto;
}
.faq-acc-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.faq-acc-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--slate-100);
}
.faq-acc-item summary::-webkit-details-marker {
  display: none;
}
.faq-acc-icon::before {
  content: '+';
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 8px;
  background: rgba(99, 102, 241, 0.2);
  color: var(--primary-light, #818cf8);
  font-size: 1.2rem;
}
.faq-acc-item[open] .faq-acc-icon::before {
  content: '−';
}
.faq-acc-body {
  padding: 0 1.25rem 1.25rem;
  color: var(--slate-400);
  line-height: 1.65;
}
.faq-acc-body p {
  margin: 0;
}

/* Page CTA pro */
.page-cta-pro {
  padding: 4rem 0;
}
.page-cta-pro-box {
  position: relative;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.15), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(99, 102, 241, 0.3);
  overflow: hidden;
}
.page-cta-pro-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2), transparent 60%);
  pointer-events: none;
}
.page-cta-pro-box h2 {
  position: relative;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
}
.page-cta-pro-box p {
  position: relative;
  color: var(--slate-400);
  max-width: 520px;
  margin: 0 auto 1.5rem;
}
.page-cta-pro-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Contact layout pro */
.page-inner .contact-layout {
  gap: 2.5rem;
}
.contact-form-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem;
}
.contact-info {
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.08), transparent);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-mini-card {
  transition: transform 0.2s, border-color 0.2s;
}
.contact-mini-card:hover {
  transform: translateX(4px);
  border-color: rgba(99, 102, 241, 0.35);
}

/* Pricing glow on inner pages */
.page-inner .pricing-card {
  transition: transform 0.25s, box-shadow 0.25s;
}
.page-inner .pricing-featured {
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.4), 0 20px 50px rgba(99, 102, 241, 0.15);
}
.page-inner .pricing-card:hover {
  transform: translateY(-6px);
}

/* Service page split */
.service-page-visual .split-media img {
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

body.page-inner .site-header.scrolled {
  background: rgba(3, 7, 18, 0.92);
  backdrop-filter: blur(14px);
}

/* Blog article */
.page-hero-pro--article .page-hero-pro-inner {
  max-width: 900px;
}
.blog-article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2rem;
  align-items: start;
}
.blog-article-pro {
  padding: 0;
  overflow: hidden;
}
.blog-article-featured {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-article-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-content {
  padding: 2rem;
}
.blog-article-content h2,
.blog-article-content h3 {
  margin-top: 1.5rem;
  color: var(--slate-100);
}
.blog-article-content p,
.blog-article-content li {
  color: var(--slate-400);
  line-height: 1.75;
}
.blog-article-pro .article-cta {
  padding: 0 2rem 2rem;
}
.blog-sidebar-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.blog-sidebar-card h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.blog-sidebar-card p {
  font-size: 0.88rem;
  color: var(--slate-400);
  margin: 0 0 1rem;
}

/* Legal layout */
.legal-layout-pro {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.5rem;
  align-items: start;
}
.legal-toc-pro {
  position: sticky;
  top: 100px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.legal-toc-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate-500);
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.legal-toc-pro ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.legal-toc-pro a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.88rem;
  color: var(--slate-400);
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 0.65rem;
  transition: color 0.15s, border-color 0.15s;
}
.legal-toc-pro a:hover,
.legal-toc-pro a.is-active {
  color: var(--primary-light, #818cf8);
  border-left-color: var(--primary);
}
.legal-content-pro h2 {
  scroll-margin-top: 100px;
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.legal-content-pro h2:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.legal-content-pro .legal-intro {
  scroll-margin-top: 100px;
  font-size: 1.05rem;
  color: var(--slate-300);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.legal-toc-cta {
  width: 100%;
  justify-content: center;
}

/* Related services mini */
.related-services-mini {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.related-svc-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.related-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.related-svc-media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.related-svc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.related-svc-card:hover .related-svc-media img {
  transform: scale(1.05);
}
.related-svc-body {
  padding: 1rem 1.15rem 1.25rem;
}
.related-svc-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: var(--primary);
  margin-bottom: 0.35rem;
}
.related-svc-icon svg {
  width: 100%;
  height: 100%;
}
.related-svc-body h3 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}
.related-svc-body p {
  font-size: 0.85rem;
  color: var(--slate-400);
  margin: 0;
  line-height: 1.5;
}

/* Careers cards */
.page-inner .career-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  transition: border-color 0.2s, transform 0.2s;
}
.page-inner .career-card:hover {
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateX(6px);
}

/* Marketing page cards on inner */
.page-inner .marketing-card.featured {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.12);
}

/* Google SEO promo strip */
.google-seo-promo {
  padding: 2.5rem 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(16, 185, 129, 0.08) 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}
.google-seo-promo-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.google-seo-promo-copy {
  flex: 1 1 280px;
  max-width: 640px;
}
.google-seo-promo-copy h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0.35rem 0 0.5rem;
}
.google-seo-promo-copy p {
  margin: 0;
  opacity: 0.88;
  line-height: 1.6;
}
.google-seo-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Google ranking / SEO landing */
.seo-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.seo-check-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  transition: border-color 0.2s, transform 0.2s;
}
.seo-check-card:hover {
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-4px);
}
.seo-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.seo-check-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}
.seo-check-card p {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.85;
  line-height: 1.55;
}
.seo-stats-panel {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.seo-stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0;
}
.seo-stats-row div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo-stats-row strong {
  font-size: 2rem;
  font-family: var(--font-display, 'Outfit', sans-serif);
  color: var(--accent, #818cf8);
}
.seo-stats-row span {
  font-size: 0.85rem;
  opacity: 0.8;
}
.seo-gsc-steps {
  margin: 1rem 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}
.seo-gsc-steps code {
  font-size: 0.85rem;
  word-break: break-all;
}

@media (max-width: 900px) {
  .telangana-promo-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .telangana-promo-stats {
    justify-content: center;
  }
  .nav-mega-panel {
    padding: 1rem 0 0 1rem;
  }
  .nav-mega-grid {
    grid-template-columns: 1fr;
  }
  .blog-article-layout,
  .legal-layout-pro {
    grid-template-columns: 1fr;
  }
  .legal-toc-pro {
    position: static;
  }
}
