/* ===== VDS Modern Pricing Cards ===== */
.vds-pricing-section {
  padding: 60px 0 40px;
  position: relative;
}

.vds-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0dcaf0 0%, #0b5ed7 100%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  box-shadow: 0 4px 18px rgba(13, 202, 240, 0.25);
}

.vds-os-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.vds-os-strip img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  transition: transform .2s ease;
}

.vds-os-strip img:hover {
  transform: scale(1.18);
}

.vds-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
  padding: 0 4px;
}

.vds-card {
  background: var(--bg-colorstyle, #fff);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.vds-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(46, 128, 236, 0.22);
}

.vds-card-header {
  background: linear-gradient(135deg, #2e80ec 0%, #1a4fc4 100%);
  padding: 13px 15px 4px;
  position: relative;
}

.vds-card-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 12px;
  background: inherit;
  clip-path: ellipse(55% 100% at 50% 0%);
  display: none;
}

.vds-card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.vds-card-cpu-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

.vds-card-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vds-spec-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.87rem;
  color: var(--seccolor, #555);
}

.vds-spec-row i {
  width: 22px;
  text-align: center;
  color: #2e80ec;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.vds-spec-label {
  font-weight: 600;
  color: var(--mergecolor, #333);
  min-width: 44px;
}

.vds-card-footer {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(128, 128, 128, 0.12);
  gap: 10px;
}
.vds-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.vds-old-price {
  font-size: 0.98rem;
  color: #363232;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 1.2;
}

.vds-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ff9b00;
  white-space: nowrap;
}

.vds-buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #f5a623 0%, #e08a00 100%);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(245, 166, 35, 0.35);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  letter-spacing: 0.3px;
}

.vds-buy-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.5);
  background: linear-gradient(135deg, #ffbb4a 0%, #f5a623 100%);
  color: #fff !important;
}

.vds-divider {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2e80ec, #f5a623);
  margin: 4px 0 8px;
}

@media (max-width: 576px) {
  .vds-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== VDS OS & Apps Section ===== */
.vds-os-apps-section {
  padding: 64px 0 56px;
  background: #f7f9fc;
  border-bottom: 1px solid #e8edf3;
}

.vds-oa-header {
  margin-bottom: 44px;
}

.vds-oa-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #1a2332;
  margin-bottom: 12px;
}

.vds-oa-subtitle {
  font-size: 0.95rem;
  color: #5a6a7e;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Yatay Şerit Düzeni */
.vds-oa-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #e8edf3;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.vds-oa-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1a2332;
  white-space: nowrap;
  font-size: 0.95rem;
  width: 180px; /* Sabit genişlik hizalama için */
}

.vds-oa-label i {
  color: #2e80ec;
  font-size: 1.1rem;
}

/* İşletim Sistemleri İpuçları */
.vds-os-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
}

.vds-os-pill-wrap {
  position: relative;
  display: inline-block;
}

.vds-os-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f7f9fc;
  border: 1px solid #e8edf3;
  border-radius: 50px;
  cursor: default;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a2332;
  transition: all 0.2s ease;
}

.vds-os-pill i {
  font-size: 0.7rem;
  color: #8a97a8;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.vds-os-pill-wrap:hover .vds-os-pill {
  border-color: #2e80ec;
  background: #f0f5ff;
}

.vds-os-pill-wrap:hover .vds-os-pill i {
  transform: rotate(180deg);
  color: #2e80ec;
}

/* Hover İndi Açılır Menü (Absolute) */
.vds-os-drop {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 8px 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  margin-top: 4px;
}

.vds-os-pill-wrap:hover .vds-os-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vds-os-drop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vds-os-drop li {
  padding: 8px 16px;
  font-size: 0.84rem;
  color: #5a6a7e;
  transition: background 0.15s, color 0.15s;
  cursor: default;
}

.vds-os-drop li:hover {
  background: #f0f5ff;
  color: #2e80ec;
}

/* Uygulamalar Alanı */
.vds-apps-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}

.vds-app-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f7f9fc;
  border: 1px solid #e8edf3;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.vds-app-chip:hover {
  border-color: #2e80ec;
  background: #f0f5ff;
  transform: translateY(-2px);
}

.vds-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.vds-app-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vds-app-chip h5 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a2332;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .vds-oa-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .vds-oa-label {
    width: auto;
  }
}

@media (max-width: 480px) {
  .vds-os-apps-section {
    padding: 40px 0 32px;
  }
  .vds-oa-row {
    padding: 16px;
  }
}

/* ===== VDS Features Section ===== */
.vds-features-section {
  padding: 72px 0 60px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.vds-features-section::before {
  content: '';
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(46, 128, 236, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

/* Header */
.vds-features-header {
  margin-bottom: 52px;
}

.vds-features-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #2e80ec 0%, #1a4fc4 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(46, 128, 236, 0.30);
}

.vds-features-title {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1a2332;
  margin-bottom: 14px;
  line-height: 1.2;
}

.vds-features-subtitle {
  font-size: 1rem;
  color: #5a6a7e;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Feature Cards Grid */
.vds-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}

.vds-feat-card {
  background: #ffffff;
  border: 1.5px solid #e8edf3;
  border-radius: 18px;
  padding: 32px 28px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.vds-feat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent, #2e80ec), transparent);
  pointer-events: none;
  transition: opacity .3s ease;
  opacity: 0;
}

.vds-feat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  border-color: var(--accent, #2e80ec);
}

.vds-feat-card:hover::before {
  opacity: 1;
}

/* Icon wrap */
.vds-feat-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: color-mix(in srgb, var(--accent, #2e80ec) 10%, #f0f4ff);
  border: 1.5px solid color-mix(in srgb, var(--accent, #2e80ec) 20%, #e0e8ff);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}

.vds-feat-card:hover .vds-feat-icon-wrap {
  transform: scale(1.08);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent, #2e80ec) 22%, transparent);
}

.vds-feat-icon-wrap i {
  font-size: 1.25rem;
  color: var(--accent, #2e80ec);
}

/* Card text */
.vds-feat-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 10px;
  line-height: 1.3;
}

.vds-feat-desc {
  font-size: 0.875rem;
  color: #5a6a7e;
  line-height: 1.7;
  margin: 0;
}

/* Tab panel wrapper */
.vds-tab-panel {
  background: #f7f9fc;
  border: 1.5px solid #e8edf3;
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 36px;
}

/* Footnote */
.vds-features-footnote {
  font-size: 0.8rem;
  color: #8a97a8;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 12px;
  opacity: 0.85;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .vds-feat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .vds-tab-panel {
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .vds-feat-grid {
    grid-template-columns: 1fr;
  }
  .vds-features-section {
    padding: 48px 0 40px;
  }
}