﻿/**
 * Hosting paket karşılaştırma — WISECP global table stillerini ezer.
 */
section.zip-compare-section {
  background: #f4f7fb !important;
  padding: 48px 16px 56px !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  box-sizing: border-box !important;
}

section.zip-compare-section .zip-compare-section-head {
  max-width: 1180px;
  margin: 0 auto 24px;
  text-align: center;
}

section.zip-compare-section .zip-compare-section-title {
  margin: 0 0 10px !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #0f2f5f !important;
  line-height: 1.25 !important;
}

section.zip-compare-section .zip-compare-section-desc {
  margin: 0 !important;
  font-size: 15px !important;
  color: #6b7280 !important;
}

section.zip-compare-section .zip-compare-card {
  max-width: 1180px;
  margin: 0 auto !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 40px rgba(15, 47, 95, 0.08) !important;
  padding: 22px !important;
  border: none !important;
}

section.zip-compare-section .zip-compare-card-head {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

section.zip-compare-section .zip-compare-card-title {
  margin: 0 0 6px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0f2f5f !important;
}

section.zip-compare-section .zip-compare-card-desc {
  margin: 0 !important;
  font-size: 13px !important;
  color: #6b7280 !important;
}

section.zip-compare-section .zip-compare-select {
  width: 100%;
  min-width: 220px;
  padding: 10px 36px 10px 14px;
  border: 1px solid #dbe5f1 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: #0f2f5f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

section.zip-compare-section .zip-compare-scroll {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

section.zip-compare-section table.zip-compare-table {
  display: table !important;
  width: 100% !important;
  min-width: 950px !important;
  max-width: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

section.zip-compare-section table.zip-compare-table thead {
  display: table-header-group !important;
}

section.zip-compare-section table.zip-compare-table tbody {
  display: table-row-group !important;
}

section.zip-compare-section table.zip-compare-table tfoot {
  display: table-footer-group !important;
}

section.zip-compare-section table.zip-compare-table tr {
  display: table-row !important;
}

section.zip-compare-section table.zip-compare-table th,
section.zip-compare-section table.zip-compare-table td {
  display: table-cell !important;
  border-bottom: 1px solid #dbe5f1 !important;
  padding: 12px 10px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 13px !important;
  color: #334155 !important;
  background: transparent !important;
  width: auto !important;
  float: none !important;
  position: static !important;
}

section.zip-compare-section .zip-compare-th-feature,
section.zip-compare-section .zip-compare-row-label {
  text-align: left !important;
  font-weight: 700 !important;
  color: #0f2f5f !important;
  min-width: 150px !important;
}

section.zip-compare-section .zip-compare-th-plan {
  vertical-align: bottom !important;
  padding-bottom: 16px !important;
  min-width: 140px !important;
}

section.zip-compare-section .zip-compare-plan-kicker {
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #6b7280 !important;
  margin-bottom: 4px !important;
}

section.zip-compare-section .zip-compare-plan-name {
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #0f2f5f !important;
  margin-bottom: 10px !important;
}

section.zip-compare-section .zip-price-box {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background: #eef4fc !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  min-width: 108px !important;
}

section.zip-compare-section .zip-price-box-val {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #0f2f5f !important;
}

section.zip-compare-section .zip-price-box-period {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #6b7280 !important;
}

section.zip-compare-section .zip-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #22c55e !important;
  color: #fff !important;
}

section.zip-compare-section .zip-compare-btn {
  display: inline-block !important;
  width: 100% !important;
  max-width: 150px !important;
  padding: 11px 12px !important;
  border-radius: 10px !important;
  background: #0f2f5f !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

section.zip-compare-section .zip-compare-btn:hover {
  background: #0f2f5f !important;
  color: #fff !important;
}

section.zip-compare-section table.zip-compare-table tfoot td {
  border-bottom: none !important;
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  section.zip-compare-section {
    padding: 32px 12px 40px !important;
  }

  section.zip-compare-section .zip-compare-card-head {
    flex-direction: column !important;
  }
}
