/* Best SEO agency in India — minimal layout */

:root {
  --text: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --bg-alt: #f8fafc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.page-seo-agency-shell {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

.header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

.full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 0;
}

.full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

/* Hero — gradient only, no image */
.page-seo-agency-india .seo-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
  padding: 40px 0 48px;
}

.page-seo-agency-india .seo-hero-inner {
  max-width: 42rem;
}

.page-seo-agency-india .eyebrow {
  display: inline-block;
  background: #facc15;
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0 0 14px;
}

.page-seo-agency-india .seo-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}

.page-seo-agency-india .seo-hero p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.page-seo-agency-india .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.page-seo-agency-india .hero-badges span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.88rem;
}

.page-seo-agency-india .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-seo-agency-india .hero-cta-primary,
.page-seo-agency-india .hero-cta-secondary,
.page-seo-agency-india .hero-cta-ghost,
.page-seo-agency-india .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.page-seo-agency-india .hero-cta-primary {
  background: #f8fafc;
  color: #0f172a;
}

.page-seo-agency-india .hero-cta-secondary {
  background: #f59e0b;
  color: #1f2937;
}

.page-seo-agency-india .hero-cta-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.breadcrumb-wrapper {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #94a3b8;
}

.section-pad {
  padding: 56px 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-heading {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 44rem;
}

.section-heading span {
  color: #2563eb;
}

.section-intro {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 48rem;
}

.section-head-center {
  text-align: center;
}

.section-head-center .section-heading,
.section-head-center .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.wl-prose {
  max-width: 48rem;
}

.center-head {
  text-align: center;
}

.center-head .section-heading,
.center-head .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.wl-prose {
  max-width: 48rem;
}

.feature-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  margin-top: 8px;
}

.feature-list,
.metric-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.feature-list li,
.metric-list li {
  padding-left: 1.1em;
  position: relative;
}

.feature-list li::before,
.metric-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

.intent-box {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  max-width: 48rem;
}

.intent-box h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.intent-box p {
  margin: 0 0 12px;
  color: var(--muted);
}

.intent-box a {
  color: #2563eb;
  text-decoration: underline;
}

.card-grid,
.process-grid,
.audience-grid,
.faq-grid {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.card-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.process-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.audience-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.service-card,
.process-card,
.audience-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  background: #fff;
}

.service-card h3,
.process-card h3,
.audience-card h3,
.faq-item h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.service-card p,
.process-card p,
.audience-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.service-card a {
  color: #2563eb;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #1e40af;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.industry-box {
  border-radius: 16px;
  padding: 28px;
  background: #1e3a8a;
  color: #fff;
}

.industry-box .section-heading,
.industry-box .section-intro {
  color: #fff;
  max-width: none;
}

.industry-box .section-heading span {
  color: #fde68a;
}

.industry-box .section-intro {
  opacity: 0.95;
}

.industry-panel p {
  margin: 0 0 16px;
  font-weight: 500;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.88rem;
  font-weight: 600;
}

.reason-box {
  border-radius: 16px;
  padding: 28px;
  background: #0f766e;
  color: #fff;
}

.reason-box h2 {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.reason-box p {
  margin: 0 0 12px;
  opacity: 0.95;
}

.reason-box ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.reason-box li {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.cta-panel {
  margin-top: 40px;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #be185d, #db2777);
  color: #fff;
}

.cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
}

.cta-panel p {
  margin: 0 0 18px;
  opacity: 0.95;
  max-width: 40rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-seo-agency-india .cta-panel .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.cta-btn-primary {
  background: #fff;
  color: #9d174d;
}

.cta-btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cta-btn-accent {
  background: #fce7f3;
  color: #831843;
}

.mini-links {
  margin-top: 16px;
  font-size: 0.95rem;
}

.mini-links a {
  color: #fff;
  font-weight: 600;
}

.contact-section {
  padding: 48px 0;
  background: var(--bg-alt);
}

.contact-card {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.contact-card h2 {
  margin: 0 0 10px;
  font-size: 1.65rem;
}

.contact-card .sub {
  color: var(--muted);
  margin-bottom: 22px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--line);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.privacy-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
  font-size: 0.88rem;
  color: var(--muted);
}

.privacy-note-inner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

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

.page-seo-agency-shell .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

.page-seo-agency-shell .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

.page-seo-agency-shell .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .header-frame {
    height: 74px;
  }

  .full-footer-frame {
    height: 330px;
  }

  .page-seo-agency-india .seo-hero {
    padding: 32px 0 40px;
  }

  .page-seo-agency-india .hero-ctas,
  .cta-actions {
    flex-direction: column;
  }

  .page-seo-agency-india .hero-cta-primary,
  .page-seo-agency-india .hero-cta-secondary,
  .page-seo-agency-india .hero-cta-ghost,
  .page-seo-agency-india .cta-panel .cta-btn {
    width: 100%;
  }

  .section-pad {
    padding: 44px 0;
  }

  .page-seo-agency-shell .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  .page-seo-agency-shell .float-wa {
    left: 10px;
    font-size: 31px;
  }

  .page-seo-agency-shell .float-call {
    right: 10px;
    font-size: 22px;
  }
}
