.header-smarto-systems {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-mesh {
  background:
    radial-gradient(1200px 520px at 5% -10%, rgba(34, 211, 238, 0.2), transparent 55%),
    radial-gradient(900px 480px at 100% 10%, rgba(147, 51, 234, 0.22), transparent 55%),
    linear-gradient(140deg, #020617 0%, #0b1120 45%, #172554 100%) !important;
}

.hero-mesh .btn-primary-gold {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 55%, #db2777 100%) !important;
}

.hero-mesh .btn-primary-gold:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #6d28d9 55%, #be185d 100%) !important;
}

.find-center-card {
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  box-shadow: 0 12px 38px rgba(2, 6, 23, 0.08) !important;
}

.find-center-icon {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.32) !important;
}

.section-block-alt,
.section-block-slate {
  background:
    radial-gradient(750px 250px at 50% 0, rgba(37, 99, 235, 0.12), transparent 70%),
    #f8fafc !important;
}

.course-card-new,
.ai-course-card,
.section-block-white .group.bg-white,
.section-block-slate .group > div {
  border-color: #dbe4f0 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.course-card-new:hover,
.ai-course-card:hover,
.section-block-white .group.bg-white:hover,
.section-block-slate .group > div:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14) !important;
}

.cta-strip {
  background: linear-gradient(120deg, #0f172a 0%, #1e1b4b 45%, #312e81 100%) !important;
  border-top-color: #38bdf8 !important;
  border-bottom-color: #38bdf8 !important;
}

.whatsapp-float {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%) !important;
}

/* Compact spacing cleanup for the public landing page */
section.py-24,
section.lg\:py-28 {
  padding-top: clamp(3.25rem, 5.2vw, 5rem) !important;
  padding-bottom: clamp(3.25rem, 5.2vw, 5rem) !important;
}

.hero-mesh.py-16,
.hero-mesh.sm\:py-20,
.hero-mesh.lg\:py-28 {
  padding-top: clamp(4rem, 7vw, 6.5rem) !important;
}

.max-w-7xl h1,
.max-w-7xl h2,
.max-w-7xl h3 {
  line-height: 1.2;
  margin-bottom: 0.75rem !important;
}

.max-w-7xl p {
  margin-bottom: 0.85rem;
}

.grid.gap-6,
.grid.lg\:gap-6,
.grid.lg\:gap-16 {
  gap: clamp(1rem, 2vw, 1.5rem) !important;
}

/* New typography utility for words/headlines */
.word-class-look,
.word-class {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #0f172a;
}

.word-class-look--heading {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  color: #0b2a6d;
}

.word-class-look--accent {
  background: linear-gradient(120deg, #2563eb 0%, #7c3aed 55%, #db2777 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.word-class-look--soft {
  color: #475569;
  font-weight: 600;
}

/* Top Performing Centers redesign */
.tpc-section {
  position: relative;
}

.tpc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 220px at 50% 0%, rgba(37, 99, 235, 0.12), transparent 72%);
}

.tpc-heading {
  color: #0b2a6d;
}

.tpc-subtext {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.tpc-grid {
  align-items: stretch;
}

.tpc-card {
  width: 100%;
  height: 100%;
}

.tpc-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(170deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d9e4f3;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tpc-card:hover .tpc-card-inner {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.48);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.17);
}

.tpc-card-header {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1.05rem 1.1rem;
  border-bottom: 1px solid #e5edf9;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.tpc-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #f8fafc;
  border-radius: 0.8rem;
  padding: 0.3rem;
  border: 1px solid #dbe4ef;
  flex-shrink: 0;
}

.tpc-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.tpc-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 9999px;
  padding: 0.38rem 0.62rem;
}

.tpc-title {
  margin: 0.55rem 0 0;
  color: #0f172a;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.28;
}

.tpc-city {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
}

.tpc-card-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1 1 auto;
}

.tpc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-height: 2.15rem;
}

.tpc-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  line-height: 1.2;
  color: #1e40af;
  background: rgba(59, 130, 246, 0.11);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 0.65rem;
  padding: 0.36rem 0.56rem;
  font-weight: 700;
}

.tpc-action {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 0.72rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 45%, #7c3aed 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.28);
}

.tpc-action:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: saturate(1.06);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.32);
}
