﻿.vds-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.vds-container {
  max-width: 1350px;
  margin: auto;
}

.vds-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.vds-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 1rem;
}

.vds-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.vds-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  width: 260px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.vds-card:hover {
  transform: translateY(-5px);
}

.vds-card h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-align: center;
}

.vds-specs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 0.9rem;
  text-align: center;
}

.vds-specs div {
  flex: 1;
  text-align: center;
  font-size: 0.9rem;
}

.vds-specs i {
  font-size: 1.4rem;
  color: #2e2e50;
  margin-bottom: 5px;
}

.vds-price {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.vds-price span {
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
}

.vds-btn {
  display: block;
  width: 100%;
  background-color: #2e2e50;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 15px;
}

.vds-features {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
  color: #2e2e2e;
}

.vds-features li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}

.vds-features li::before {
  content: "✔";
  color: #2ecc71;
  position: absolute;
  left: 0;
  top: 0;
}
.sunucu-features {
  max-width: 1200px;
  margin: 1px auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.sunucu-features h2 {
  font-size: 26px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 10px;
}

.sunucu-features .subtitle {
  color: #5c5c77;
  font-size: 18px;
  margin-bottom: 40px;
}

.sunucu-features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.sunucu-features .feature-box {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: left;
}

.sunucu-features .feature-title {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e5e;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sunucu-features .feature-title i {
  font-size: 24px;
  color: #3e3e5e;
  margin-right: 10px;
}

.sunucu-features .feature-desc {
  font-size: 15px;
  color: #5c5c77;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sunucu-features h2 {
    font-size: 22px;
  }

  .sunucu-features .feature-title {
    font-size: 18px;
  }

  .sunucu-features .feature-desc {
    font-size: 14px;
  }
}
