.pricing-badge {
  display: inline-block;
  background-color: #e2e8f0;
  color: #1e293b;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 24px;
}

.hero-trust {
  display: flex;
  gap: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
  flex-wrap: wrap;
  margin-top: 10px;
}

.suitMainDiv-inner h1 {
  background: linear-gradient(
    270deg,
    #275497 50%,
    #2d60ac 62.5%,
    #3066b6 68.75%,
    #346cc0 75%,
    #4084e9 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.suitMainDiv-inner.banner {
  background: linear-gradient(
    90deg,
    rgba(211, 244, 245, 0.6) 9.99%,
    rgba(227, 238, 251, 0.4) 45.45%,
    #ffffff 89.93%
  );
}
.suitMainDiv-inner.banner img {
  max-width: 100%;
}

.problem-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: #e3edfd;
  color: #4084e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.problem-icon svg {
  width: 24px;
  height: 24px;
}

.suitMainDiv-inner .section-divider .real-estate-industry {
  background: linear-gradient(to top, #25d36614 0%, #4084e90c 60%);
  padding: 20px;
  border-radius: 15px;
}

.suitMainDiv-inner .section-divider .real-estate-industry:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bottom-statement-box {
  background-color: #ffffff;
  border: 2px dashed #91b6f3;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #4084e9;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.approach-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.approach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: #4084e9;
}

.approach-num {
  font-size: 0.85rem;
  font-weight: 800;
  color: #4084e9;
  background-color: #e3edfd;
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 16px;
}

.approach-icon {
  width: 52px;
  height: 52px;
  background: #f8fafc;
  color: #1e293b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.approach-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.approach-copy {
  font-size: 0.95rem;
  color: #64748b;
}

.highlight-strip {
  background: linear-gradient(135deg, #4084e9 0%, #fa5252 100%);
  color: #ffffff;
  text-align: left;
  padding: 24px;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.highlight-strip.buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #f9f9f9;
}

.highlight-strip.buttons .ctaDiv {
  margin-top: 0;
}

#allExtensions.bg-gray {
  padding: 80px 0 !important;
  background: #f9f9f9 !important;
}

#allExtensions.bg-white {
  padding: 60px 0 !important;
  background: #ffffff !important;
}

.highlight-strip {
  background: #ffffff;
  color: #000000;

  padding: 18px;
  border-radius: 8px;
  font-size: 1.35rem;
  font-weight: 600;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #4084e9;
}

.suitMainDiv-inner .price-box {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
}

.price-main {
  font-size: 3rem;
  font-weight: 900;
  color: #35cf7ccf;
}

.price-highlight {
  /* background-color: rgba(250, 106, 100, 0.2); */
  color: #35cf7ccf;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #35cf7ccf;
}

.sales-force-detail-section.whatsapp-gradient {
  background: linear-gradient(to left, #25d36614 0%, #4084e90c 100%);
}

.sales-force-detail-section.whatsapp-gradient h3.mainHead span {
  color: #35cf7ccf;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
  margin-top: 30px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: #000000;
  text-align: left;
  background: #ffffff;
  padding: 10px;
}

.checklist-item span.check {
  color: #4ade80;
  font-weight: 900;
}

.supporting-copy {
  font-size: 0.875rem;
  color: #5f6368;
  margin-top: 10px;
  text-align: center !important;
}

.reassurance-tag {
  font-size: 0.85rem;
  color: #000000;
  font-weight: 700;
  margin-top: 6px;
  text-align: center !important;
}

.sales-force-detail-section.whatsapp-gradient a.ctaBtn.btn-transparent {
  background: transparent !important;
  border: 1px solid #4ade80 !important;
  color: #4ade80 !important;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.benefit-card {
  background-color: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  border-top: 4px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-top-color: #4084e9;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: #4084e92e;
  color: #4084e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.benefit-copy {
  font-size: 0.95rem;
  color: #64748b;
}

.steps-section-row {
  margin-bottom: 40px;
  align-items: center;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #4084e9;
}

.step-pill {
  font-size: 0.8rem;
  font-weight: 800;
  color: #4084e9;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.step-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #4084e92e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #4084e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.step-no-desc .step-icon {
  width: 32px;
  height: 32px;
  min-width: auto;
  margin-bottom: 0px;
}
.step-no-desc .step-card {
  padding: 8px;
  align-items: center;
}
.step-no-desc .steps-list
{
  gap:10px
}
.step-no-desc .step-icon svg {
  width: 18px;
  height: 18px;
}
.step-no-desc .step-title {
  margin-bottom: 0;
  font-size: 16px;
}

.step-icon svg {
  width: 24px;
  height: 24px;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
}

.step-copy {
  font-size: 0.925rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0;
}

.steps-image-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.steps-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}

.visual-flow-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #4084e92e;
  padding: 16px 24px;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #1e293b;
  max-width: 800px;
  margin: 0 auto 40px auto;
  border: 1px solid #4084e9;
}

.flow-arrow {
  color: #4084e9;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background-color: #ffffff;
  padding: 28px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #4084e9;
  /* WhatsApp green */
  transition: width 0.25s ease;
}

.feature-card:hover::before {
  width: 100%;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.feature-num {
  font-size: 0.8rem;
  font-weight: 800;
  color: #4084e9;
  margin-bottom: 8px;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-copy {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
}

p.feature-copy {
  margin-bottom: 0;
}

/* different features */

.feature-highlight-wrapper {
  background: linear-gradient(135deg, #f4f8fe 0%, #eaf2fc 100%);
  border: 1px solid #d0e2fb;
  border-radius: 24px;
  padding: 44px 36px;
  margin-top: 50px;
  box-shadow: 0 12px 36px rgba(64, 132, 233, 0.07);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
}
.feature-highlight-wrapper .section-title-wrap h2 
{
    font-size: 32px;
    margin-bottom: 16px;
    color: #343a40;
    text-align: center;
    font-weight: 700;
}

.feature-highlight-wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(64, 132, 233, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.feature-highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

@media (max-width: 992px) {
  .feature-highlight-grid {
    grid-template-columns: 1fr;
  }
}

.highlight-score-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid #e2eaf4;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  text-align: center;
}
.highlight-score-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.highlight-score-card p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 20px;
}

.big-score-ring {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(#4084e9 0% 92%, #e2e8f0 92% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  position: relative;
  box-shadow: 0 6px 20px rgba(64, 132, 233, 0.2);
}

.big-score-ring::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  background: #ffffff;
  border-radius: 50%;
}

.big-score-text {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 800;
  color: #4084e9;
  line-height: 1;
}

.big-score-text span {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 3px;
}

.fh-recommendation-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: #4084e9;
  color: #ffffff;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(64, 132, 233, 0.25);
}

.highlight-info-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid #e2eaf4;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.highlight-details-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
  padding: 0;
}

.highlight-details-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.highlight-details-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.highlight-details-list span.val {
  font-weight: 600;
  color: var(--text-heading);
}

.dev-note-box {
  margin-top: 22px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 4px solid #4084e9;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.83rem;
  color: #334155;
  line-height: 1.45;
}

.dev-note-box svg.lucide {
  color: #4084e9;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.dev-note-box strong {
  color: #1e3a8a;
}

.usecases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.usecase-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.usecase-card:hover {
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: #4084e9;
}

.usecase-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.usecase-badge {
  font-size: 0.8rem;
  font-weight: 800;
  color: #4084e9;
  background: #e3edfd;
  padding: 4px 10px;
  border-radius: 6px;
}

.usecase-icon {
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4084e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.usecase-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.usecase-copy {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 16px;
}

.usecase-keywords {
  font-size: 0.8rem;
  color: #94a3b8;
  font-style: italic;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.reason-card {
  background: linear-gradient(to top, #25d36614 0%, #4084e90c 60%);
  padding: 32px 24px;
  border-radius: 12px;
  /* border: 1px solid #E2E8F0; */
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}
.reason-card:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

.reason-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #4084e9;
  margin-bottom: 10px;
}

.reason-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.reason-copy {
  font-size: 0.95rem;
  color: #64748b;
}

.reason-copy p {
  margin-bottom: 0px;
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active {
  border-color: #4084e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.faq-button {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: none;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
}

.faq-button:hover {
  color: #4084e9;
}

.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: #e3edfd;
  color: #4084e9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease;
  background: #f8fafc;
  padding: 0 24px;
  color: #64748b;
  font-size: 0.975rem;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 10px 24px 15px 24px;
}

.suitMainDiv-inner a.btn-transparent {
  background: transparent !important;
  border: 1px solid #4084e9 !important;
  color: #4084e9 !important;
}

.suitMainDiv-inner a.ctaBtn {
  border: 1px solid #4084e9;
  background: #4084e9;
  color: #fff;
}

.suitMainDiv-inner .mainHead span {
  color: #4084e9;
}

/* .suitMainDiv-inner .mainHead span.whatsapp 
{
    color: #35cf7ccf;
} */
.suitMainDiv-inner .suitetitle {
  border-top: 3px solid #4084e9 !important;
}

.suitMainDiv-inner .card-inner p {
  margin-bottom: 0px;
}

.suitMainDiv-inner .mainHead.text-cap {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.suitMainDiv-inner .mainHead.text-cap.smaller-width {
  max-width: 800px;
}

.suitMainDiv-inner p {
  margin-bottom: 0;
}

.suitMainDiv-inner button:focus {
  outline: none !important;
}

.suitMainDiv-inner p.subHead {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0 !important;
}
.suitMainDiv-inner img {
  max-width: 100%;
}
.suitMainDiv-inner .crm-development-content h3 {
  text-align: center;
  font-size: 32px;
}
.suitMainDiv-inner .crm-development-content p.subHead {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.suitMainDiv-inner .crm-development-content img {
  border-radius: 15px;

  padding: 10px;
  max-width: 900px;
}

.banner-callout {
  background: linear-gradient(135deg, #4084e9 0%, #5ca0f8 100%);
  border-radius: var(--radius-lg);
  padding: 20px 30px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(64, 132, 233, 0.22);
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
}

.banner-callout::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.banner-callout h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 14px;
  font-weight: 700;
}

.banner-callout p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto 26px auto;
}

.banner-callout .btn-secondary {
  background-color: #ffffff;
  color: var(--primary-blue);
  border-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.banner-callout .btn-secondary:hover {
  background-color: #f4f8fe;
  color: var(--primary-hover);
}

.before-after-box {
  background-color: #f4f8fc;
  border-radius: 16px;
  padding: 40px;
  margin-top: 40px;
  border: 1px solid #e2eaf4;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.ba-column {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 24px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  border: 1px solid #e2eaf4;
}

.ba-column.before {
  border-top: 4px solid #94a3b8;
}

.ba-column.after {
  border-top: 4px solid #4084e9;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
}

.ba-header {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ba-column.before .ba-header {
  color: #475569;
}

.ba-column.after .ba-header {
  color: #4084e9;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flow-node {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.ba-column.before .flow-node {
  background-color: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.ba-column.after .flow-node {
  background-color: #ffffff;
  color: #4084e9;
  border: 1px solid #c4ddf8;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.flow-arrow {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}
.seo-tags-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed #e2e8f0;
  margin-top: 15px;
}
.seo-tag {
  font-size: 0.72rem;
  background-color: #ebf4fe;
  color: #4084e9;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.profile-scoring .features-grid {
  grid-template-columns: repeat(3, 1fr);
}
.profile-scoring .usecase-card {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 20px;
}
.profile-scoring .usecase-icon {
  border-radius: 50%;
  color: #4084e9;
  background-color: #eaf2fd;
}
.profile-scoring .usecases-grid {
  margin-bottom: 40px;
}
.profile-scoring .steps-list {
  gap: 10px;
}
.suitMainDiv-inner.profile-scoring a.btn-transparent {
  background: #ffffff !important;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.tech-card {
  background-color: #ffffff;
  border: 1px solid #e2eaf4;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.tech-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.tech-card-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.tech-pills-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tech-pill {
  font-size: 0.82rem;
  background-color: #f4f8fc;
  color: #4084e9;
  border: 1px solid #4084e9;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 500;
}
.profile-scoring .step-title {
  font-size: 16px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-no-desc .industry-card {
  background-color: #ffffff;
  border: 1px solid #e2eaf4;
  border-radius: 12px;
  padding: 28px 24px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.step-no-desc .industry-card:hover {
  transform: translateY(-4px);
  border-color: #b8d4fd;
  box-shadow: 0 8px 24px rgba(64, 132, 233, 0.08);
}

.step-no-desc .industry-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.step-no-desc .industry-card h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.step-no-desc .industry-card p {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

.usecases-tag-box {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.usecases-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 8px;
  display: block;
}

.usecase-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.usecase-tag {
  font-size: 12px;
  background-color: #f4f8fc;
  color: #4084e9;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .problem-grid,
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-grid,
  .approach-grid,
  .steps-grid,
  .reasons-grid,
  .profile-scoring .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .suitMainDiv-inner .crm-development-content img {
    max-width: 100%;
  }
  .suitMainDiv-inner .slider-image {
    margin-top: 20px;
  }
  .tech-grid,
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-image-wrap
  {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .utility-flex {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-h1 {
    font-size: 2rem;
  }
  

  .problem-grid,
  .approach-grid,
  .benefits-grid,
  .steps-grid,
  .features-grid,
  .reasons-grid,
  .usecases-grid {
    grid-template-columns: 1fr;
  }

  .product-buy-grid {
    grid-template-columns: 1fr;
  }

  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .visual-flow-bar {
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
  }

  .highlight-strip.buttons {
    flex-direction: column;
    gap: 15px;
  }
  .suitMainDiv-inner.slider-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .suitMainDiv-inner .price-box {
    flex-direction: column;
    gap: 10px;
  }
  .price-main {
    font-size: 32px;
  }
  .tech-grid,
  .industry-grid,
  .why-us-grid,.before-after-grid , .profile-scoring .features-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .usecase-heading , .benefit-title
  {
    font-size: 18px;
  }
  .banner-callout h2 , .feature-highlight-wrapper .section-title-wrap h2, .highlight-info-content h3
  {
    font-size: 22px;
  }
  
}
