.features {
  background-color: #f8f9fa;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 60px;
}

.features .container {
  max-width: 960px;
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #2c3e50;
}

h1.text-center {
  font-size: 3.8rem;
  margin-bottom: 20px;
}

h2.text-center {
  font-size: 2.2rem;
  margin-top: 50px;
  margin-bottom: 25px;
}

p.lead {
  font-size: 2.2rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  margin: 60px 0;
}

.features ul {
  list-style: none;
  padding-left: 0;
}

.features ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.features ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.2rem;
}

.features .row .col-sm-4 {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: transform 0.2s ease-in-out;
  min-height: 300px;
}

.features .row .col-sm-4:hover {
    transform: translateY(-5px);
}

.features .row .col-sm-4 h4 {
  margin-top: 0;
  color: #007bff;
}

.app-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.app-store-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  transition: background-color 0.2s ease, transform 0.2s ease;
  min-width: 200px;
}

.app-store-btn:hover {
  background-color: #333;
  transform: scale(1.03);
  color: #fff;
  text-decoration: none;
}

.app-store-btn .app-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  fill: #fff;
}

.app-store-btn .btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}

.app-store-btn .btn-text span {
  font-size: 0.8rem;
  opacity: 0.8;
}

.app-store-btn .btn-text strong {
  font-size: 1.3rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1.text-center {
    font-size: 2.2rem;
  }
  h2.text-center {
    font-size: 1.8rem;
  }
  .app-buttons-container {
    flex-direction: column;
    gap: 15px;
  }
}

.badges {
    margin: 50px 0;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.badge-link {
    display: inline-block;
}

.badge-link img {
    height: 40px;
    width: auto;
}

.features .row > [class*="col-"] h3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.15;
}
