/* ================================
   HOMEPAGE — Product-Led Styles
   Cloudbitz + CLARITY
   ================================ */

/* ---- Credibility Bar ---- */
.homepage-credibility {
  background: #f8fafc;
  padding: 60px 0;
}

.credibility-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.credibility-stat {
  text-align: center;
  flex: 1;
  min-width: 180px;
}

.credibility-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: #0a0e27;
  line-height: 1;
  margin-bottom: 8px;
}

.credibility-label {
  display: block;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.4;
}

.credibility-divider {
  width: 1px;
  height: 60px;
  background: #e2e8f0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .credibility-divider {
    display: none;
  }
  .credibility-number {
    font-size: 2.4rem;
  }
  .credibility-bar {
    gap: 30px;
  }
}


/* ---- Differentiators Section ---- */
.homepage-differentiators {
  padding: 100px 0 80px;
  background: #fff;
}

.homepage-differentiators .section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2790f1;
  margin-bottom: 16px;
}

.homepage-differentiators .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  color: #0a0e27;
  line-height: 1.2;
}

.diff-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.diff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(39, 144, 241, 0.12);
  border-color: rgba(39, 144, 241, 0.3);
}

.diff-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2790f1 0%, #6366f1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.diff-icon i {
  color: #fff;
  font-size: 1.2rem;
}

.diff-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2790f1, #6366f1);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.diff-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0a0e27;
  margin-bottom: 12px;
}

.diff-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 16px;
}

.diff-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2790f1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.diff-link:hover {
  color: #6366f1;
  text-decoration: none;
}

.diff-link i {
  margin-left: 4px;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.diff-link:hover i {
  transform: translateX(3px);
}


/* ---- Professional Services Section ---- */
.homepage-services {
  padding: 100px 0 80px;
  background: #f8fafc;
}

.homepage-services .section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2790f1;
  margin-bottom: 16px;
}

.homepage-services .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  color: #0a0e27;
  line-height: 1.2;
}

.homepage-services .section-desc {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 600px;
  margin-top: 12px;
}

.service-card-home {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-home:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.service-icon-home {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.service-icon-home i {
  font-size: 1.4rem;
  color: #2790f1;
}

.service-card-home h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0a0e27;
  margin-bottom: 10px;
}

.service-card-home p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}

.service-link-home {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2790f1;
  text-decoration: none;
}

.service-link-home:hover {
  color: #6366f1;
  text-decoration: none;
}


/* ---- CTA Section ---- */
.homepage-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0e27 0%, #141b3d 40%, #0d1a3a 70%, #091428 100%);
  position: relative;
  overflow: hidden;
}

.homepage-cta::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(39, 144, 241, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.homepage-cta h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.homepage-cta .lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 650px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.cta-note i {
  margin-right: 4px;
}

/* Reuse btn-clarity / btn-clarity-outline from clarity.css */


/* ---- Responsive ---- */
@media (max-width: 991px) {
  .homepage-differentiators .section-title,
  .homepage-services .section-title,
  .homepage-cta h2 {
    font-size: 1.8rem;
  }

  .homepage-differentiators,
  .homepage-services {
    padding: 60px 0 40px;
  }

  .homepage-cta {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .diff-card,
  .service-card-home {
    padding: 24px 20px;
  }

  .homepage-differentiators .section-title,
  .homepage-services .section-title,
  .homepage-cta h2 {
    font-size: 1.5rem;
  }
}
