/* ===== Bots & Automation Page (uses contracts.css for cards/levels/cta) ===== */
.bots-page .page {
  background: #0A0E17;
}

.bots-main {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 155px 80px;
}

/* Breadcrumb */
.bots-main .breadcrumb {
  text-align: center;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26.1686px;
  line-height: 32px;
  color: #A8A8A8;
}

.bots-main .breadcrumb a {
  color: #A8A8A8;
}

.bots-main .breadcrumb a:hover {
  color: #fff;
}

.bots-main .breadcrumb-current {
  color: #FFFFFF !important;
}

/* Hero */
.bots-hero {
  text-align: center;
  padding: 0 0 60px;
}

.bots-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 89px;
  color: #FFFFFF;
  margin: 0 0 24px;
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
}

.bots-hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 53px;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
}

.bots-hero-intro {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 64px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 1404px;
  margin: 0 auto;
  text-align: center;
}

/* Cards section (reuses .contract-card from contracts.css) */
.bots-cards {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-bottom: 80px;
}

.bots-card-icon {
  /* Robot/bot icon placeholder - reuse contract-card-icon style */
  background: rgba(99, 102, 241, 0.2);
  border-color: #99A2AD;
}

/* CTA section */
.bots-cta {
  text-align: center;
  margin-bottom: 80px;
}

.bots-cta-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 67px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.bots-cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 48px;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}

/* Description block */
.bots-desc {
  text-align: center;
  margin-bottom: 80px;
}

.bots-desc p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 1400px;
  margin: 0 auto 24px;
}

.bots-desc p:last-child {
  margin-bottom: 0;
}
