body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .hero-section {
    padding: 100px 0;
  }
  .btn-primary {
    background-color: #0d6efd;
    border-radius: 25px;
    padding: 10px 25px;
  }
  .btn-outline-primary {
    border-radius: 25px;
    padding: 10px 25px;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .phone-container {
    position: relative;
  }
  .circle-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a88 0%, #ff99ac 100%);
    z-index: -1;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .color-accent {
    color: #0d6efd;
  }
  .section-heading {
    font-weight: 700;
    margin-bottom: 20px;
  }
  .discover-card {
    background-color: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
  }
  .section-border-top {
    border-top: 1px solid #f1f1f1;
    padding-top: 80px;
  }
  .feature-card {
    padding: 25px;
    border-radius: 10px;
    background-color: #f8f9fa;
    height: 100%;
  }
  .feature-number {
    color: #ff6a88;
    font-weight: 700;
    margin-bottom: 15px;
  }
  footer {
    background-color: #212529;
    color: white;
    padding: 40px 0 20px;
  }
  .cta-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    border-radius: 15px;
  }
  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8c57ff;
    margin-right: 8px;
  }
  .dot-orange {
    background-color: #ff725e;
  }
.app-top-link{
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
}
.app-top-link img{
  width: 20px;
}
.app-top-link p{
  margin-bottom:0!important;
}
.app-link-a{
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}
.app-link-a .app-link{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;  
}
.app-link-a .app-link img{
  width: 40px;
}
.app-link-a .app-link p{
  margin-bottom: 0;
  color: #333;
}

/*Mobile Cihaz */
@media (max-width: 576px) {
  .circle-bg{
    display: none!important;
  }
  .hero-section{
    padding: 25px 0!important;
  }
  .order-2{
    margin-top: 20px;
  }
  .downloads-buttons *{
    font-size: 0.85rem!important;
  }
}