/* ============================================================
   ProdaHosting — ekonomik-hosting.css
   Sadece ekonomik-hosting.php sayfasına özel stiller.
   style.css'deki --ph-* değişkenleri kullanılır.
   Tüm sınıf adları .ek- önekiyle başlar.
   ============================================================ */

/* ─── Page Hero ─────────────────────────────────────────────── */
#ek-hero {
  background: linear-gradient(135deg, var(--ph-dark) 0%, #112244 55%, #1a3a1a 100%);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

#ek-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.10) 0%, transparent 70%);
  pointer-events: none;
}

#ek-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,115,232,0.09) 0%, transparent 70%);
  pointer-events: none;
}

.ek-breadcrumb {
  font-size: 0.80rem;
  margin-bottom: 18px;
}

.ek-breadcrumb a {
  color: rgba(255,255,255,0.55);
  transition: var(--ph-transition);
}

.ek-breadcrumb a:hover { color: #4ade80; }

.ek-breadcrumb .sep {
  color: rgba(255,255,255,0.28);
  margin: 0 8px;
}

.ek-breadcrumb .current {
  color: rgba(255,255,255,0.80);
}

#ek-hero h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.22;
  margin-bottom: 16px;
}

.hl-green { color: #4ade80; }

.ek-hero-desc {
  font-size: 1.02rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.70;
  max-width: 540px;
  margin-bottom: 30px;
}

/* Badge şeridi */
.ek-badge-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.ek-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.88);
  padding: 7px 15px;
  border-radius: 8px;
  font-size: 0.80rem;
  font-weight: 600;
}

.ek-badge i { color: #4ade80; }

/* Sağ: fiyat vurgu kutusu */
.ek-hero-price-box {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.14);
  border-radius: var(--ph-radius-lg);
  padding: 36px 32px;
  text-align: center;
  position: relative;
}

.ek-hero-price-box .ek-hp-tag {
  display: inline-block;
  background: rgba(74,222,128,0.15);
  color: #4ade80;
  border: 1px solid rgba(74,222,128,0.30);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.ek-hero-price-box .ek-hp-from {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 6px;
}

.ek-hero-price-box .ek-hp-price {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
}

.ek-hero-price-box .ek-hp-price .cur {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: super;
}

.ek-hero-price-box .ek-hp-price .per {
  font-size: 0.90rem;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
}

.ek-hero-price-box .ek-hp-note {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.42);
  margin-top: 10px;
}

.ek-hero-price-box .ek-hp-divider {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin: 22px 0;
}

.ek-hp-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
}

.ek-hp-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.80);
  padding: 5px 0;
}

.ek-hp-checklist li i { color: #4ade80; flex-shrink: 0; }

.btn-ek-primary {
  display: block;
  text-align: center;
  background: #22c55e;
  color: #fff;
  border-radius: 10px;
  padding: 13px 24px;
  font-weight: 700;
  font-size: 0.93rem;
  transition: var(--ph-transition);
  box-shadow: 0 4px 18px rgba(34,197,94,0.30);
}

.btn-ek-primary:hover {
  background: #16a34a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(34,197,94,0.38);
}

/* ─── Paketler ──────────────────────────────────────────────── */
#ek-paketler {
  background: var(--ph-light);
  padding: 80px 0;
}

/* 4'lü grid */
.ek-plan-card {
  background: #fff;
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius-lg);
  padding: 28px 22px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--ph-transition);
}

.ek-plan-card:hover {
  box-shadow: var(--ph-shadow-lg);
  transform: translateY(-4px);
  border-color: #22c55e;
}

.ek-plan-card.popular {
  border-color: #22c55e;
  box-shadow: 0 8px 40px rgba(34,197,94,0.15);
}

.ek-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #22c55e;
  color: #fff;
  font-size: 0.70rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.ek-plan-disk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ek-disk-badge {
  background: rgba(34,197,94,0.10);
  border: 1px solid rgba(34,197,94,0.25);
  color: #16a34a;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 8px;
}

.ek-plan-card.popular .ek-disk-badge {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}

.ek-plan-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 4px;
}

.ek-plan-tagline {
  font-size: 0.80rem;
  color: var(--ph-muted);
  margin-bottom: 20px;
  line-height: 1.45;
  min-height: 2.5em;
}

/* Fiyat */
.ek-plan-price {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--ph-border);
}

.ek-price-label {
  font-size: 0.72rem;
  color: var(--ph-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 4px;
}

.ek-price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--ph-dark);
  line-height: 1.0;
}

.ek-price-amount .cur {
  font-size: 1.05rem;
  font-weight: 600;
  vertical-align: super;
}

.ek-price-amount .per {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ph-muted);
}

/* Özellik listesi */
.ek-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  flex: 1;
}

.ek-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.84rem;
  color: var(--ph-text);
  padding: 6px 0;
  border-bottom: 1px solid var(--ph-border);
}

.ek-plan-features li:last-child { border-bottom: none; }

.ek-plan-features li i {
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.85rem;
}

/* Uyarı badge */
.ek-no-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(249,115,22,0.07);
  border: 1px solid rgba(249,115,22,0.20);
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 0.77rem;
  color: #c2410c;
  margin-bottom: 18px;
}

.ek-no-badge i { color: #f97316; flex-shrink: 0; }

/* Satın al butonu */
.btn-ek-plan {
  display: block;
  text-align: center;
  background: var(--ph-light-2);
  color: var(--ph-dark);
  border: 1.5px solid var(--ph-border);
  border-radius: 10px;
  padding: 11px 18px;
  font-weight: 700;
  font-size: 0.88rem;
  transition: var(--ph-transition);
  margin-top: auto;
}

.btn-ek-plan:hover {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}

.ek-plan-card.popular .btn-ek-plan {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
  box-shadow: 0 4px 16px rgba(34,197,94,0.28);
}

.ek-plan-card.popular .btn-ek-plan:hover {
  background: #16a34a;
  border-color: #16a34a;
}

/* ─── Neler Dahil ───────────────────────────────────────────── */
#ek-dahil {
  background: #fff;
  padding: 80px 0;
}

.ek-dahil-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .ek-dahil-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .ek-dahil-grid { grid-template-columns: 1fr; }
}

.ek-dahil-card {
  background: var(--ph-light);
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 26px 22px;
  transition: var(--ph-transition);
}

.ek-dahil-card:hover {
  background: #fff;
  border-color: #22c55e;
  box-shadow: 0 4px 24px rgba(34,197,94,0.10);
  transform: translateY(-3px);
}

.ek-dahil-card:hover .ek-dc-icon {
  background: #22c55e;
  color: #fff;
}

.ek-dc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(34,197,94,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.20rem;
  color: #16a34a;
  margin-bottom: 14px;
  transition: var(--ph-transition);
}

.ek-dc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 7px;
}

.ek-dc-desc {
  font-size: 0.82rem;
  color: var(--ph-muted);
  line-height: 1.55;
}

/* ─── Karşılaştırma Tablosu ─────────────────────────────────── */
#ek-tablo {
  background: var(--ph-light);
  padding: 80px 0;
}

.ek-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--ph-radius-lg);
  overflow: hidden;
  box-shadow: var(--ph-shadow);
}

.ek-compare-table thead th {
  padding: 18px 20px;
  text-align: center;
  font-size: 0.90rem;
  font-weight: 700;
  color: #fff;
  background: var(--ph-dark-2);
  border-bottom: 2px solid var(--ph-dark-3);
}

.ek-compare-table thead th:first-child {
  text-align: left;
  color: rgba(255,255,255,0.68);
  font-weight: 500;
  font-size: 0.78rem;
}

.ek-compare-table thead th.ek-hl-col {
  background: #15803d;
}

.ek-compare-table tbody tr:nth-child(even) td {
  background: var(--ph-light);
}

.ek-compare-table tbody tr:hover td {
  background: rgba(34,197,94,0.04);
}

.ek-compare-table td {
  padding: 13px 20px;
  font-size: 0.86rem;
  color: var(--ph-text);
  border-bottom: 1px solid var(--ph-border);
  text-align: center;
}

.ek-compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--ph-dark);
}

.ek-compare-table tbody tr:last-child td { border-bottom: none; }

.ek-compare-table .tick { color: #22c55e; font-size: 0.95rem; }
.ek-compare-table td.ek-hl-col-body {
  background: rgba(34,197,94,0.05) !important;
  font-weight: 600;
}

/* ─── Neden Ekonomik Hosting? ───────────────────────────────── */
#ek-neden {
  background: #fff;
  padding: 80px 0;
}

.ek-neden-card {
  background: var(--ph-light);
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  transition: var(--ph-transition);
}

.ek-neden-card:hover {
  border-color: #22c55e;
  box-shadow: 0 4px 24px rgba(34,197,94,0.10);
  transform: translateY(-3px);
  background: #fff;
}

.ek-neden-card:hover .ek-nc-icon {
  background: #22c55e;
  color: #fff;
}

.ek-nc-icon {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: rgba(34,197,94,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.40rem;
  color: #16a34a;
  margin: 0 auto 16px;
  transition: var(--ph-transition);
}

.ek-nc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 9px;
}

.ek-nc-desc {
  font-size: 0.82rem;
  color: var(--ph-muted);
  line-height: 1.60;
}

/* ─── SSS ───────────────────────────────────────────────────── */
#ek-sss {
  background: var(--ph-light);
  padding: 80px 0;
}

.ek-sss-accordion .accordion-item {
  background: #fff;
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius) !important;
  margin-bottom: 11px;
  overflow: hidden;
}

.ek-sss-accordion .accordion-button {
  font-size: 0.91rem;
  font-weight: 600;
  color: var(--ph-dark);
  background: #fff;
  padding: 17px 22px;
}

.ek-sss-accordion .accordion-button:not(.collapsed) {
  color: #15803d;
  background: rgba(34,197,94,0.06);
  box-shadow: none;
}

.ek-sss-accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(34,197,94,0.15);
}

.ek-sss-accordion .accordion-body {
  font-size: 0.86rem;
  color: var(--ph-muted);
  line-height: 1.70;
  padding: 15px 22px 20px;
  border-top: 1px solid var(--ph-border);
}

/* ─── CTA Banner ────────────────────────────────────────────── */
#ek-cta {
  background: linear-gradient(135deg, #14532d 0%, #166534 40%, var(--ph-dark-2) 100%);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#ek-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.14) 0%, transparent 70%);
  pointer-events: none;
}

#ek-cta::after {
  content: '';
  position: absolute;
  bottom: -40px; left: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  pointer-events: none;
}

#ek-cta h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

#ek-cta p {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.70);
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.65;
}

.btn-ek-cta-primary {
  background: #22c55e;
  color: #fff;
  border-radius: 10px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 0.97rem;
  display: inline-block;
  transition: var(--ph-transition);
  box-shadow: 0 4px 18px rgba(34,197,94,0.35);
}

.btn-ek-cta-primary:hover {
  background: #16a34a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(34,197,94,0.42);
}

.btn-ek-cta-secondary {
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.97rem;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.35);
  transition: var(--ph-transition);
}

.btn-ek-cta-secondary:hover {
  border-color: rgba(255,255,255,0.70);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.ek-cta-note {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.42);
  margin-top: 18px;
}

/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 991px) {
  #ek-hero { padding: 50px 0 50px; }
  #ek-hero h1 { font-size: 1.90rem; }
  #ek-paketler,
  #ek-dahil,
  #ek-tablo,
  #ek-neden,
  #ek-sss,
  #ek-cta { padding: 60px 0; }
}

@media (max-width: 575px) {
  #ek-hero h1 { font-size: 1.65rem; }
  #ek-cta h2 { font-size: 1.55rem; }
  .ek-compare-table { font-size: 0.79rem; }
  .ek-compare-table td,
  .ek-compare-table thead th { padding: 10px 11px; }
}
