/* Yakında Gelecekler butonu ve bölümü için modern stiller */
.coming-btn {
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  color: #fff;
  font-weight: 700;
  border: none;
  margin-left: 0.5rem;
  box-shadow: 0 2px 8px #ff7e5f33;
  transition: background 0.3s, transform 0.2s;
}
.coming-btn:hover {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  color: #fff;
  transform: scale(1.07);
}
.coming-features-section {
  margin: 3rem auto 2rem auto;
  max-width: 600px;
  background: rgba(255,255,255,0.92);
  border-radius: 18px;
  box-shadow: 0 4px 24px #6a11cb22;
  padding: 2rem 1.5rem;
  text-align: center;
  animation: fadeIn 1.2s;
}
.coming-features-section h2 {
  color: #ff7e5f;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.coming-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coming-list li {
  font-size: 1.15rem;
  color: #2e3c40;
  background: #fff8;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px #b2e0c822;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: flex-start;
  font-family: 'Roboto', sans-serif;
}
.coming-list li i {
  color: #ff7e5f;
  font-size: 1.3em;
}
@media (max-width: 600px) {
  .coming-features-section {
    padding: 1.2rem 0.5rem;
  }
  .coming-features-section h2 {
    font-size: 1.3rem;
  }
  .coming-list li {
    font-size: 1rem;
    padding: 0.7rem 0.7rem;
  }
}

/* coming-soon.css */

body {
  background: url('star.gif') center center/cover no-repeat fixed, #0a0a1a;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

nav.main-nav {
  text-align: center;
  margin: 2rem 0;
}
.button.home-btn {
  background: linear-gradient(90deg,#ff7e5f,#feb47b,#6a11cb,#2575fc);
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  border-radius: 12px;
  padding: 0.9rem 2.2rem;
  box-shadow: 0 4px 18px #ff7e5f33,0 1px 8px #feb47b33;
  letter-spacing: 1px;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.button.home-btn:hover {
  background: linear-gradient(90deg,#2575fc,#6a11cb,#feb47b,#ff7e5f);
  color: #fff;
}

.coming-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.coming-header h1 {
  font-size: 2.7rem;
  letter-spacing: 2px;
  font-weight: 900;
  background: linear-gradient(90deg,#ff7e5f,#feb47b,#6a11cb,#2575fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 16px #fff,0 1px 0 #fff,0 0 8px #b2e0c8;
}
.coming-header p {
  font-size: 1.3rem;
  max-width: 600px;
  margin: 1.2rem auto 0 auto;
  line-height: 1.7;
  color: #ffecd2;
  background: rgba(30,30,60,0.7);
  padding: 1.2rem 2rem;
  border-radius: 18px;
  box-shadow: 0 2px 16px #6a11cb33;
}

.drug-grid {
  max-width: 1100px;
  margin: 0 auto 2.5rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  justify-items: center;
}
.drug-card {
  background: rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 1.5rem 1rem;
  text-align: center;
  box-shadow: 0 4px 24px #6a11cb22;
  backdrop-filter: blur(2px);
  transition: transform 0.2s;
  width: 100%;
  max-width: 260px;
}
.drug-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #fff2;
}
.drug-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.drug-card .vetoryl { color: #ff7e5f; }
.drug-card .semintra { color: #2575fc; }
.drug-card .ornipural { color: #feb47b; }
.drug-card .fiptablet { color: #6a11cb; }
.drug-card .fipvcapsule { color: #ff7e5f; }
.drug-card span {
  font-size: 1rem;
  color: #fff8;
}

/* Neden takip etmeli kutuları */
.neden-section {
  text-align: center;
  margin: 2.5rem auto 0 auto;
  max-width: 700px;
}
.neden-section h2 {
  font-size: 1.5rem;
  color: #ffecd2;
  margin-bottom: 1.2rem;
}
.neden-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 500px;
}
.neden-list li {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  background: rgba(255,255,255,0.13);
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px #b2e0c822;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: flex-start;
}
.neden-list i {
  font-size: 1.3em;
}
.neden-list .fa-bolt { color: #ff7e5f; }
.neden-list .fa-gift { color: #feb47b; }
.neden-list .fa-user-md { color: #2575fc; }

footer {
  text-align: center;
  margin-top: 2rem;
  color: #ffecd2;
  font-family: 'Roboto',sans-serif;
  background: rgba(0,0,0,0.4);
  padding: 1.2rem 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -2px 16px #6a11cb33;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 700px) {
  .drug-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1.2rem;
    padding: 0 2vw;
  }
  .drug-card {
    padding: 1rem 0.5rem;
    max-width: 98vw;
  }
  .coming-header h1 {
    font-size: 1.5rem !important;
  }
  .neden-section h2 {
    font-size: 1.1rem !important;
  }
  .neden-list li {
    font-size: 1rem;
    padding: 0.8rem 0.7rem;
  }
  footer {
    font-size: 0.9rem;
    padding: 12px 4px;
  }
}
@media (max-width: 480px) {
  .drug-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0 1vw;
  }
  .drug-card {
    padding: 0.7rem 0.2rem;
  }
  .coming-header h1 {
    font-size: 1.1rem !important;
  }
  .neden-section h2 {
    font-size: 1rem !important;
  }
}
