/* Custom Styles */
/* AI Business Transformation landing page */
#section-ai-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #ffffff;
  letter-spacing: -0.025em;
}

#section-ai-hero .hero-label,
.section-kicker {
  margin: 0 0 13px;
  color: #1769e0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#section-ai-hero .hero-label {
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid rgba(193, 230, 255, 0.45);
  border-radius: 999px;
  color: #d5efff;
}

#section-ai-hero .hero-lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #e8f4ff;
  font-size: 20px;
}

#section-ai-hero .btn,
#section-ai-assessment .btn,
#section-ai-why-final .btn {
  min-width: 250px;
  padding: 15px 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

#section-ai-hero .btn:hover,
#section-ai-hero .btn:focus,
#section-ai-assessment .btn:hover,
#section-ai-assessment .btn:focus,
#section-ai-why-final .btn:hover,
#section-ai-why-final .btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.42);
}

#section-ai-problem-value .block,
#section-ai-investment .block {
  height: 100%;
}

#section-ai-problem-value h2,
#section-ai-investment h2,
#section-ai-implementation h2,
#section-ai-assessment h2,
#section-ai-why-final h2 {
  margin-top: 0;
}

.check-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "✓";
  color: #1769e0;
  font-weight: 800;
}

.check-list.compact li {
  margin-bottom: 8px;
}

#section-ai-implementation .section-kicker,
#section-ai-implementation h2,
#section-ai-implementation .section-intro {
  text-align: center;
}

#section-ai-implementation .section-intro {
  max-width: 720px;
  margin: 0 auto 38px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  counter-reset: process;
  gap: 16px;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 100%;
  padding: 20px 20px 20px 64px;
  border: 1px solid #d8e3f0;
  border-radius: 12px;
  background: #f8fbff;
}

.process-list li::before {
  position: absolute;
  top: 19px;
  left: 18px;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #1769e0;
  counter-increment: process;
  content: counter(process);
  font-size: 14px;
  font-weight: 800;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 4px;
  color: #102a43;
}

.process-list span {
  color: #526d82;
  font-size: 15px;
}

#section-ai-assessment .section-kicker,
#section-ai-why-final .section-kicker {
  color: #8dcaff;
}

#section-ai-assessment h2,
#section-ai-assessment h3,
#section-ai-assessment p,
#section-ai-why-final h2,
#section-ai-why-final h3,
#section-ai-why-final p {
  color: #ffffff;
}

#section-ai-assessment .check-list li::before {
  color: #42b7ff;
}

#section-ai-investment .price {
  margin: 8px 0 20px;
  color: #1769e0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

#section-ai-investment .price span {
  font-size: 18px;
  font-weight: 700;
}

#section-ai-investment .small-note {
  margin-top: 20px;
  color: #526d82;
  font-size: 14px;
}

#section-ai-why-final .block-type--text {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

#section-ai-why-final .section-intro {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#section-ai-why-final .legal-note {
  max-width: 790px;
  margin: 28px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(218, 237, 255, 0.2);
  border-radius: 10px;
  color: #bdd9ef;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
}

#section-ai-why-final .availability {
  max-width: 680px;
  margin: 24px auto 0;
  color: #8dcaff;
  font-weight: 700;
}

@media (max-width: 767px) {
  #section-ai-hero h1,
  #section-ai-hero .hero-label,
  #section-ai-hero .hero-lead {
    text-align: center;
  }

  #section-ai-hero .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  #section-ai-hero .btn,
  #section-ai-assessment .btn,
  #section-ai-why-final .btn {
    width: 100%;
  }
}
