.edu-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.edu-btn-blue {
  background: #0C70F5;
}

.edu-hero-img {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.edu-pillar-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eef2f7;
  border-top-width: 4px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.edu-pillar-blue {
  border-top-color: #0C70F5;
}

.edu-pillar-green {
  border-top-color: #34A853;
}

.edu-pillar-yellow {
  border-top-color: #FBBC04;
}

.edu-pillar-card i {
  font-size: 30px;
  color: #0C70F5;
  margin-bottom: 12px;
  display: inline-block;
}

.edu-pillar-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.edu-pillar-card ul {
  margin: 0;
  padding-left: 18px;
}

.edu-pillar-card li {
  margin-bottom: 8px;
}

.edu-app-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 6px;
}

.edu-app-chip i {
  font-size: 18px;
  color: #0C70F5;
}

.edu-ai-row {
  margin-bottom: 55px;
}

.edu-ai-content h3 {
  font-size: 30px;
  margin-bottom: 16px;
}

.edu-ai-content ul {
  margin: 15px 0 0;
  padding-left: 18px;
}

.edu-ai-content li {
  margin-bottom: 9px;
}

.edu-ai-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.edu-pricing-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8eef5;
  padding: 22px 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.edu-pricing-card ul {
  margin: 16px 0 20px;
  padding-left: 18px;
}

.edu-pricing-card li {
  margin-bottom: 8px;
}

.edu-pricing-recommended {
  border: 2px solid #0C70F5;
  box-shadow: 0 8px 30px rgba(12, 112, 245, 0.14);
}

.edu-pricing-addon {
  border: 2px dashed #34A853;
}

.edu-badge {
  display: inline-block;
  border-radius: 30px;
  background: #f1f8fb;
  color: #1a1a2e;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  margin-bottom: 14px;
}

.edu-badge-blue {
  background: #0C70F5;
  color: #fff;
}

.edu-badge-green {
  background: #e9f8ee;
  color: #23773c;
}

.edu-plan-tag {
  font-size: 13px;
  color: #666;
}

.edu-price {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  margin: 8px 0;
}

.edu-price-green {
  color: #34A853;
}

.edu-price-blue {
  color: #0C70F5;
}

.edu-sub-price {
  font-size: 13px;
  color: #666;
}

.edu-card-note,
.edu-plans-note {
  padding-left:20px;
  font-size: 13px;
  color: #666;
  margin-top: 14px;
}

.edu-pricing-card .default-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.edu-use-case-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.edu-use-case-carousel-track {
  display: flex;
  gap: 14px;
  transition: transform .35s ease;
  will-change: transform;
}

.edu-use-case-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 22px;
}

.edu-use-case-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.edu-use-case-card-header i {
  font-size: 26px;
}

.edu-use-case-card h3 {
  font-size: 21px;
  margin-bottom: 0;
}

.edu-use-case-card ul {
  margin: 0;
  padding-left: 18px;
}

.edu-use-case-card li {
  margin-bottom: 8px;
}

.edu-use-case-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.edu-use-case-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dfe8f3;
  background: #fff;
  color: #0C70F5;
}

.edu-use-case-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.edu-use-case-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #cfd9e7;
}

.edu-use-case-dot.active {
  background: #0C70F5;
}

.edu-stats-strip {
  background: #0C70F5;
}

.edu-stat-item {
  margin-bottom: 20px;
}

.edu-stat-item h3 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 6px;
  font-weight: 800;
}

.edu-stat-item p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .edu-hero-img {
    height: 320px;
    margin-top: 24px;
  }

  .edu-ai-image {
    height: 300px;
    margin-bottom: 20px;
  }

  .edu-ai-content h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .edu-pillar-card,
  .edu-pricing-card,
  .edu-use-case-card {
    padding: 18px;
  }

  .edu-price {
    font-size: 32px;
  }

  .edu-stat-item h3 {
    font-size: 34px;
  }
}
