/* ===================================
   BOOK A DEMO PAGE - FIGMA DESIGN
   =================================== */

/* Container */
.container-bookademo {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================================
   HERO SECTION - BLUE GRADIENT
   =================================== */
.bookademo-hero {
  background: linear-gradient(135deg, #155DFC 0%, #1E40AF 100%);
  padding: 80px 0;
  color: #FFFFFF;
}

.hero-content-bookademo {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-brand {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-title {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.hero-description {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #EFF6FF;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.btn-demo {
  background: #FFFFFF;
  color: #155DFC;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 32px;
}

.btn-demo:hover {
  background: #DBEAFE;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-tags {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-tags .tag {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ===================================
   STATS SECTION
   =================================== */
.stats-section-bookademo {
  background: #F8FAFC;
  padding: 64px 0 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.stats-label h4 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}

.stat-description {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

/* ===================================
   SERVICES GRID (6 Cards)
   =================================== */
.services-section-bookademo {
  background: #F8FAFC;
  padding: 32px 0 64px;
}

.services-grid-bookademo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.service-card-bookademo {
  background: #FFFFFF;
  border: 0.67px solid rgba(30, 41, 59, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px;
}

.service-card-bookademo h3 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.45px;
  color: #1E293B;
  margin-bottom: 16px;
}

.service-card-bookademo p {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
}

/* ===================================
   ARCHITECTURE & OPERATIONS SECTION
   =================================== */
.architecture-section-bookademo {
  background: #FFFFFF;
  padding: 64px 0;
}

.architecture-section-bookademo .container-bookademo {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.architecture-card-bookademo {
  background: #FFFFFF;
  border: 0.67px solid rgba(30, 41, 59, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px;
}

.architecture-card-bookademo h3 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #1E293B;
  margin-bottom: 16px;
}

.architecture-card-bookademo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.architecture-card-bookademo li {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
}

/* ===================================
   USE CASES SECTION
   =================================== */
.usecases-section-bookademo {
  background: #F8FAFC;
  padding: 80px 0 64px;
}

.section-title-bookademo {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1E293B;
  margin-bottom: 48px;
}

.usecases-grid-bookademo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.usecase-card-bookademo {
  background: #FFFFFF;
  border: 0.67px solid rgba(30, 41, 59, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px;
}

.usecase-card-bookademo h3 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.45px;
  color: #1E293B;
  margin-bottom: 16px;
}

.usecase-card-bookademo p {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
}

/* ===================================
   COMPARISON TABLE SECTION
   =================================== */
.comparison-section-bookademo {
  background: #FFFFFF;
  padding: 64px 0;
}

.comparison-card-bookademo {
  background: #FFFFFF;
  border: 0.67px solid rgba(30, 41, 59, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px;
  overflow-x: auto;
}

.comparison-table-bookademo {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table-bookademo thead th {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1E293B;
  text-align: left;
  padding: 16px;
  border-bottom: 0.67px solid rgba(30, 41, 59, 0.1);
}

.comparison-table-bookademo tbody td {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  border-bottom: 0.67px solid rgba(30, 41, 59, 0.1);
}

.comparison-table-bookademo tbody td:first-child {
  color: #1E293B;
}

.comparison-table-bookademo tbody td:nth-child(2) {
  color: #64748B;
}

.comparison-table-bookademo tbody td.highlight-blue {
  color: #1E40AF;
  font-weight: 400;
}

.comparison-table-bookademo tbody tr:last-child td {
  border-bottom: none;
}

/* ===================================
   PRICING SECTION
   =================================== */
.pricing-section-bookademo {
  background: #F8FAFC;
  padding: 80px 0;
}

.pricing-grid-bookademo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.pricing-card-bookademo {
  background: #FFFFFF;
  border: 0.67px solid rgba(30, 41, 59, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
}

.pricing-card-bookademo.featured {
  border: 2px solid #155DFC;
  box-shadow: 0px 4px 12px rgba(21, 93, 252, 0.2);
}

.pricing-card-bookademo h3 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1E293B;
  margin-bottom: 8px;
}

.pricing-card-bookademo .pricing-tier {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #64748B;
  margin-bottom: 24px;
}

.pricing-card-bookademo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card-bookademo li {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #64748B;
}

/* ===================================
   DEMO FORM SECTION
   =================================== */
.form-section-bookademo {
  background: #FFFFFF;
  padding: 80px 0;
}

.demo-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.form-title {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1E293B;
  text-align: center;
  margin-bottom: 40px;
}

.demo-form-bookademo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group-bookademo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group-bookademo label {
  font-family: 'Arimo', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1E293B;
}

.form-group-bookademo input,
.form-group-bookademo select,
.form-group-bookademo textarea {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1E293B;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.2s ease;
}

.form-group-bookademo input:focus,
.form-group-bookademo select:focus,
.form-group-bookademo textarea:focus {
  outline: none;
  border-color: #155DFC;
  box-shadow: 0 0 0 3px rgba(21, 93, 252, 0.1);
}

.form-group-bookademo textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit-bookademo {
  background: #155DFC;
  color: #FFFFFF;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.btn-submit-bookademo:hover {
  background: #1E40AF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 93, 252, 0.3);
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 900px) {
  .container-bookademo {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .stats-label {
    grid-column: 1 / -1;
  }

  .services-grid-bookademo,
  .usecases-grid-bookademo {
    grid-template-columns: 1fr;
  }

  .pricing-grid-bookademo {
    grid-template-columns: 1fr;
  }

  .comparison-card-bookademo {
    overflow-x: scroll;
  }

  .comparison-table-bookademo {
    min-width: 600px;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-tags {
    flex-direction: column;
    align-items: center;
  }

  .bookademo-hero {
    padding: 60px 0;
  }

  .stats-section-bookademo,
  .services-section-bookademo,
  .architecture-section-bookademo,
  .usecases-section-bookademo,
  .comparison-section-bookademo,
  .pricing-section-bookademo,
  .form-section-bookademo {
    padding: 40px 0;
  }
}
