/* lean-article-bundle base */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;max-width:100vw;overflow-x:hidden}
body{background:#fff;color:#0f172a;-webkit-font-smoothing:antialiased}
a{color:inherit}
.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.min-h-screen{min-height:100vh}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.relative{position:relative}
.inline-flex{display:inline-flex}
.items-center{align-items:center}
.gap-1\.5{gap:.375rem}
.text-slate-300{color:#cbd5e1}


/* from components/lean/lean-article.css */
/* Lean article reading column — used by service/resource shells */

.lean-article-page {
  background: #fff;
  color: #0f172a;
}

.lean-hero {
  border-bottom: 1px solid #e2e8f0;
  padding: calc(var(--site-header-h, 4.25rem) + 2rem) 0 2rem !important;
  min-height: 0 !important;
  margin-top: calc(-1 * var(--site-header-h, 4.25rem)) !important;
  background: #fff !important;
}

.lean-hero-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px) {
  .lean-hero-inner {
    padding: 0 2rem;
  }
}

.lean-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.4rem;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: #64748b;
}

.lean-crumb a {
  color: #64748b;
  font-weight: 500;
  text-decoration: none;
}

.lean-crumb a:hover {
  color: #1d4ed8;
}

.lean-crumb [aria-current="page"],
.lean-crumb .lean-crumb-current {
  color: #334155;
  font-weight: 600;
}

.lean-h1 {
  margin: 0 auto;
  max-width: 56rem;
  width: 100%;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-align: center;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  background: none !important;
}

.lean-lead {
  margin: 1.1rem auto 0;
  max-width: 72rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: left;
  color: #475569;
}

.lean-lead p {
  margin: 0;
  text-align: left;
}

.lean-lead p + p {
  margin-top: 1rem;
}

.lean-lead a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lean-body {
  padding: 1.25rem 0 2.5rem;
}

.lean-prose {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: left;
}

@media (min-width: 640px) {
  .lean-prose {
    padding: 0 2rem;
  }
}

.lean-prose h2,
.lean-prose .lean-body-title {
  margin: 1.15rem auto 0.45rem;
  max-width: 56rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0f172a;
}

.lean-prose .lean-body-title,
.lean-prose > h2:first-child,
.lean-prose .lean-block:first-child > h2:first-child {
  margin-top: 0;
}

.lean-prose .lean-block + .lean-block {
  margin-top: 0.65rem;
}

.lean-prose h2:first-child {
  margin-top: 0;
}

.lean-prose p {
  margin: 0 auto 0.55rem;
  max-width: 72rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
  color: #334155;
}

.lean-prose p:last-child {
  margin-bottom: 0;
}

.lean-prose a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Section 3 — related service keyword chips */
.lean-offered {
  border-top: 1px solid #e2e8f0;
  padding: 2.5rem 0 3.75rem;
  background: #f8fafc;
}

.lean-offered-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .lean-offered-inner {
    padding: 0 2rem;
  }
}

.lean-offered-title {
  margin: 0 auto 1.5rem;
  max-width: 56rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.lean-offered-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.2rem 0.15rem;
  text-align: center;
}

.lean-offered-grid > li {
  display: inline;
  margin: 0;
  padding: 0;
}

.lean-offered-grid > li:not(:last-child)::after {
  content: "·";
  margin: 0 0.45rem 0 0.35rem;
  color: #cbd5e1;
  font-weight: 500;
}

.lean-offered-chip {
  display: inline;
  min-height: 0;
  width: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #1d4ed8;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

a.lean-offered-chip:hover {
  border: none;
  box-shadow: none;
  color: #1e3a8a;
}

.lean-offered-chip--plain {
  cursor: default;
  color: #475569;
  text-decoration: none;
}

.lean-offered-group {
  margin-top: 1.75rem;
  text-align: left;
}

.lean-offered-group:first-of-type {
  margin-top: 0.25rem;
}

.lean-offered-group-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #0f172a;
  text-align: center;
}

/* Comparison table (vs articles) */
.lean-compare {
  border-top: 1px solid #e2e8f0;
  padding: 2.5rem 0 3.75rem;
  background: #f8fafc;
}

.lean-compare-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .lean-compare-inner {
    padding: 0 2rem;
  }
}

.lean-compare-title {
  margin: 0 auto 1.5rem;
  max-width: 56rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-align: center;
}

.lean-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
}

.lean-compare-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1e293b;
}

.lean-compare-table th,
.lean-compare-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f0;
}

.lean-compare-table th {
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.lean-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.lean-compare-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.lean-compare-table td:first-child {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
}

/* Section 4 — supporting hub links */
.lean-supporting {
  border-top: 1px solid #e2e8f0;
  padding: 2.5rem 0 3.75rem;
  background: #fff;
}

.lean-supporting-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .lean-supporting-inner {
    padding: 0 2rem;
  }
}

.lean-supporting-title {
  margin: 0 auto 1.5rem;
  max-width: 56rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
}


/* from components/page-explore-links.css */
/* Compact explore links — aligned with Jaipur/Gurugram link placement */

.page-explore {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 1.25rem 0 1.5rem;
}

.page-explore-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .page-explore {
    padding: 1.5rem 0 1.75rem;
  }

  .page-explore-inner {
    padding: 0 1.5rem;
  }
}

.page-explore-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
}

@media (min-width: 640px) {
  .page-explore-title {
    font-size: 1.125rem;
  }
}

.page-explore-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .page-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .page-explore-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-explore-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.625rem 0.75rem;
}

.page-explore-h3 {
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.page-explore-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-explore-list li + li {
  margin-top: 0.2rem;
}

.page-explore-list a {
  color: #1d4ed8;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.35;
}

.page-explore-list a:hover {
  text-decoration: underline;
}

.page-explore-offices {
  margin-top: 1rem;
  padding-top: 0.875rem;
  border-top: 1px solid #e2e8f0;
}

.page-explore-offices > .page-explore-h3 {
  margin-bottom: 0.625rem;
}

.page-explore-offices-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .page-explore-offices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

.page-explore-office {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.75rem 0.875rem;
}

.page-explore-office-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 800;
  color: #0f172a;
}

.page-explore-office-address {
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  font-style: normal;
  color: #64748b;
}

.page-explore-office-links {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.page-explore-office-links a {
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.35;
}

.page-explore-office-links a:hover {
  text-decoration: underline;
}

.page-explore-note {
  margin: 0.875rem 0 0;
  max-width: 42rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
}

@media (min-width: 640px) {
  .page-explore-note {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}


/* from components/page-welcome-strip.css */
.page-welcome-strip {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #0c4a9c 0%, #1d4ed8 42%, #2563eb 72%, #38bdf8 100%);
  padding: 1.45rem 1rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.22);
}

.page-welcome-strip-text {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #fff;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
}

.page-welcome-strip-text a {
  color: inherit;
  text-decoration: none;
}

.page-welcome-strip-text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 640px) {
  .page-welcome-strip {
    padding: 1.7rem 1.5rem;
  }

  .page-welcome-strip-text {
    font-size: 1.4rem;
  }
}


/* from components/connect-now-whatsapp.css */
/* Fixed Connect Now — WhatsApp (main site only). Flat, compact. */
.connect-now-wa {
  position: fixed;
  right: 0.85rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.4rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #2563eb;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.connect-now-wa:hover,
.connect-now-wa:focus-visible {
  color: #fff;
  background: #1d4ed8;
}

.connect-now-wa:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .connect-now-wa {
    right: 1.15rem;
    bottom: 1.25rem;
    min-height: 2.125rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.75rem;
  }
}


/* from app/(main)/main-site-static.css */
/* Main site only — disable heavy decorative motion, keep UX animations (marquees, dropdowns, scroll-reveal). */

/* Header removed — collapse legacy sticky-header offsets used across landings. */
:root {
  --site-header-h: 0px;
}

.main-site-body {
  padding-top: 0;
}

.main-site .reflective-cta::after {
  display: none !important;
}

.main-site .floating-btn-ring {
  display: none !important;
}

.main-site .namaste-card:hover {
  transform: none;
}

.main-site .home-agency-page .ah-card:hover {
  transform: translateY(-3px) !important;
}


/* from app/(main)/namaste-main.css */
/* Namaste-themed section helpers for main site pages */
.namaste-section-light {
  background: #fff;
  color: #111827;
}

.namaste-section-muted {
  background: #f9fafb;
  color: #111827;
}

.namaste-section-dark {
  background: #030712;
  color: #fff;
}

.namaste-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.08);
  padding: 0.375rem 0.875rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #dc2626;
}

.namaste-card {
  border-radius: 1rem;
  border: 1px solid #f3f4f6;
  background: #fff;
  padding: 1.5rem;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.namaste-card:hover {
  border-color: #fecaca;
  box-shadow: 0 16px 40px -20px rgba(220, 38, 38, 0.25);
  transform: translateY(-2px);
}

.namaste-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #2563eb;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 28px -8px rgba(37, 99, 235, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: filter 0.2s, transform 0.2s;
}

.namaste-btn-primary:hover {
  filter: brightness(1.06);
}

.namaste-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
  transition: border-color 0.2s, color 0.2s;
}

.namaste-btn-primary.reflective-cta::after,
.namaste-btn-outline.reflective-cta::after {
  opacity: 0.85;
}

.namaste-btn-outline:hover {
  border-color: #fca5a5;
  color: #dc2626;
}


/* from app/(main)/perf-lite.css */
/**
 * Lean performance skin for main site — kills infinite decoration animations
 * that tank Speed Index in lab tests, without the heavy :not() selector sheet.
 */
.main-site .floating-btn-ring,
.main-site .reflective-cta::after,
.main-site .hj-badge-pop,
.main-site [class*="animate-marquee"],
.main-site .animate-marquee,
.main-site .animate-marquee-reverse,
.main-site .animate-marquee-slow,
.main-site .animate-marquee-reverse-slow {
  animation: none !important;
}

.home-agency-page .ah-marquee-track--left,
.home-agency-page .ah-marquee-track--right {
  animation: none !important;
  will-change: auto !important;
  transform: none !important;
}

/* Global compact heroes — beat per-page 100svh overrides */
.main-site main .ah-hero.ah-hero--full {
  min-height: 0 !important;
  padding-top: calc(var(--site-header-h, 3.75rem) + 2rem) !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .main-site main .ah-hero.ah-hero--full {
    padding-top: calc(var(--site-header-h, 3.75rem) + 2.75rem) !important;
    padding-bottom: 2.75rem !important;
  }
}

/* All heroes: centered titles; left-aligned description copy (no justify on mobile) */
.main-site main .ah-hero .ah-hero-inner,
.main-site main .lean-hero-inner {
  text-align: center !important;
  align-items: center !important;
}

.main-site main .ah-hero h1,
.main-site main .lean-h1 {
  font-weight: 800 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

.main-site main .ah-hero h1 .ah-gradient-text,
.main-site main .ah-hero h1 span.ah-gradient-text,
.main-site main .ah-hero h1 .text-blue-700,
.main-site main .lean-h1 .ah-gradient-text {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

/* Body copy: left on mobile (avoid justify gaps); left on desktop too for consistency */
.main-site main .ah-hero p,
.main-site main .lean-lead,
.main-site main .lean-lead p,
.main-site main .lean-prose,
.main-site main .lean-prose p,
.main-site main .svc-directory-sub,
.main-site main .page-explore-note,
.main-site main section p,
.main-site main article p {
  text-align: left !important;
}

.main-site main .lean-prose h2,
.main-site main .lean-prose .lean-body-title,
.main-site main .lean-offered-title,
.main-site main .lean-supporting-title {
  text-align: center !important;
}

.main-site main .ah-hero nav[aria-label="Breadcrumb"],
.main-site main .lean-crumb {
  justify-content: center !important;
  text-align: center !important;
}

/* Skip expensive hero glow paint */
.main-site main .ah-hero-glow {
  display: none !important;
}

/* Hide leftover hero chrome / CTA bands for speed and clarity */
.main-site main .ah-hero .ah-hero-brand,
.main-site main .ah-hero .ah-eyebrow,
.main-site main .ah-hero .ah-chip,
.main-site main .ah-hero a.ah-btn-primary,
.main-site main .ah-hero a.ah-btn-outline,
.main-site main .ah-cta-band {
  display: none !important;
}

/* Prefer real 800 weight over faux 900 */
.main-site .font-black {
  font-weight: 800 !important;
}
