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

/* ─── Page Hero ─────────────────────────────────────────────── */
#ch-hero {
  background: linear-gradient(135deg, var(--ph-dark) 0%, var(--ph-dark-3) 60%, rgba(26,115,232,0.08) 100%);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

#ch-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,151,30,0.10) 0%, transparent 70%);
  pointer-events: none;
}

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

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

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

.ch-breadcrumb a:hover { color: var(--ph-orange); }

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

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

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

#ch-hero h1 span.hl-orange { color: var(--ph-orange); }

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

.ch-badge-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ch-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;
}

.ch-badge i { color: var(--ph-orange); }

.ch-hero-img-wrap {
  border-radius: var(--ph-radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.40);
}

.ch-hero-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  opacity: 0.72;
}

.ch-hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,27,61,0.55) 0%, rgba(26,115,232,0.22) 100%);
}

.ch-hero-stats {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
  align-content: end;
}

.ch-stat-card {
  background: rgba(255,255,255,0.13);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 10px;
  padding: 12px 14px;
  text-align: center;
}

.ch-stat-card .cs-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1.1;
  margin-bottom: 3px;
}

.ch-stat-card .cs-val.orange { color: var(--ph-orange); }

.ch-stat-card .cs-lbl {
  font-size: 0.64rem;
  color: rgba(255,255,255,0.55);
  display: block;
}

/* ─── Fiyatlandırma ─────────────────────────────────────────── */
#ch-paketler {
  background: var(--ph-light);
  padding: 80px 0;
}

/* Yıllık / Aylık Toggle */
.ch-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid var(--ph-border);
  border-radius: 10px;
  padding: 6px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ph-text);
}

.ch-toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.ch-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ch-toggle-slider {
  position: absolute;
  inset: 0;
  background: var(--ph-blue);
  border-radius: 24px;
  cursor: pointer;
  transition: var(--ph-transition);
}

.ch-toggle-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: var(--ph-transition);
}

.ch-toggle-switch input:not(:checked) + .ch-toggle-slider::before {
  transform: translateX(0);
}

.ch-toggle-switch input:checked + .ch-toggle-slider::before {
  transform: translateX(20px);
}

.ch-toggle-switch input:not(:checked) + .ch-toggle-slider {
  background: var(--ph-muted);
}

.ch-save-badge {
  background: rgba(26,115,232,0.12);
  color: var(--ph-blue);
  border: 1px solid rgba(26,115,232,0.22);
  font-size: 0.70rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  transition: opacity 0.25s;
}

.ch-save-badge.hidden { opacity: 0; pointer-events: none; }

/* Plan Kartları */
.ch-plan-card {
  background: #fff;
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius-lg);
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--ph-transition);
}

.ch-plan-card:hover {
  box-shadow: var(--ph-shadow-lg);
  transform: translateY(-4px);
  border-color: var(--ph-blue);
}

.ch-plan-card.popular {
  border-color: var(--ph-blue);
  box-shadow: var(--ph-shadow-lg);
}

.ch-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ph-blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.ch-plan-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--ph-light-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--ph-blue);
  margin-bottom: 18px;
}

.ch-plan-card.popular .ch-plan-icon {
  background: rgba(26,115,232,0.12);
}

.ch-plan-name {
  font-size: 1.10rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 6px;
}

.ch-plan-tagline {
  font-size: 0.82rem;
  color: var(--ph-muted);
  margin-bottom: 22px;
  line-height: 1.45;
}

.ch-plan-price {
  margin-bottom: 22px;
}

.ch-price-label {
  font-size: 0.75rem;
  color: var(--ph-muted);
  margin-bottom: 2px;
  display: block;
}

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

.ch-price-amount .currency {
  font-size: 1.1rem;
  font-weight: 600;
  vertical-align: super;
}

.ch-price-amount .period {
  font-size: 0.80rem;
  font-weight: 500;
  color: var(--ph-muted);
}

.ch-price-alt {
  font-size: 0.78rem;
  color: var(--ph-muted);
  margin-top: 4px;
}

.ch-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
}

.ch-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.87rem;
  color: var(--ph-text);
  padding: 7px 0;
  border-bottom: 1px solid var(--ph-border);
}

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

.ch-plan-features li i.fa-check {
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
}

.ch-plan-features li i.fa-xmark {
  color: #cbd5e1;
  flex-shrink: 0;
  margin-top: 2px;
}

.btn-ch-plan {
  display: block;
  text-align: center;
  background: var(--ph-light-2);
  color: var(--ph-blue);
  border: 1.5px solid var(--ph-border);
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 0.90rem;
  transition: var(--ph-transition);
  margin-top: auto;
}

.btn-ch-plan:hover {
  background: var(--ph-blue);
  color: #fff;
  border-color: var(--ph-blue);
}

.ch-plan-card.popular .btn-ch-plan {
  background: var(--ph-blue);
  color: #fff;
  border-color: var(--ph-blue);
  box-shadow: 0 4px 18px rgba(26,115,232,0.30);
}

.ch-plan-card.popular .btn-ch-plan:hover {
  background: var(--ph-blue-dark);
  border-color: var(--ph-blue-dark);
}

/* ─── cPanel Özellikler ────────────────────────────────────── */
#ch-ozellikler {
  background: #fff;
  padding: 80px 0;
}

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

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

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

.ch-feat-card {
  background: var(--ph-light);
  border: 1.5px solid var(--ph-border);
  border-radius: var(--ph-radius);
  padding: 28px 24px;
  transition: var(--ph-transition);
}

.ch-feat-card:hover {
  background: #fff;
  border-color: var(--ph-blue);
  box-shadow: var(--ph-shadow);
  transform: translateY(-3px);
}

.ch-feat-card:hover .ch-fi-icon {
  background: var(--ph-blue);
  color: #fff;
}

.ch-fi-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: rgba(26,115,232,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--ph-blue);
  margin-bottom: 16px;
  transition: var(--ph-transition);
}

.ch-fi-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 8px;
}

.ch-fi-desc {
  font-size: 0.83rem;
  color: var(--ph-muted);
  line-height: 1.55;
}

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

.ch-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);
}

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

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

.ch-compare-table thead th.highlighted {
  background: var(--ph-blue);
}

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

.ch-compare-table tbody tr:hover td {
  background: var(--ph-light-2);
}

.ch-compare-table td {
  padding: 14px 22px;
  font-size: 0.87rem;
  color: var(--ph-text);
  border-bottom: 1px solid var(--ph-border);
  text-align: center;
}

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

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

.ch-compare-table .tick { color: #22c55e; font-size: 1rem; }
.ch-compare-table .cross { color: #cbd5e1; font-size: 1rem; }
.ch-compare-table .highlighted-col {
  background: rgba(26,115,232,0.04) !important;
}

/* ─── Neden ProdaHosting cPanel? ────────────────────────────── */
#ch-neden {
  background: #fff;
  padding: 80px 0;
}

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

.ch-neden-card:hover {
  box-shadow: var(--ph-shadow);
  border-color: var(--ph-blue);
  transform: translateY(-3px);
  background: #fff;
}

.ch-neden-card:hover .ch-nc-icon {
  background: var(--ph-blue);
  color: #fff;
}

.ch-nc-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(26,115,232,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: var(--ph-blue);
  margin: 0 auto 18px;
  transition: var(--ph-transition);
}

.ch-nc-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--ph-dark);
  margin-bottom: 10px;
}

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

/* ─── Kurulum Adımları ──────────────────────────────────────── */
#ch-adimlar {
  background: linear-gradient(135deg, var(--ph-dark) 0%, var(--ph-dark-3) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#ch-adimlar::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,151,30,0.09) 0%, transparent 70%);
  pointer-events: none;
}

.ch-step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch-step-connector .connector-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(26,115,232,0.40) 0%, rgba(247,151,30,0.40) 100%);
  border-radius: 2px;
}

.ch-step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--ph-radius-lg);
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: var(--ph-transition);
}

.ch-step-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(247,151,30,0.40);
}

.ch-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ph-orange);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 16px rgba(247,151,30,0.35);
}

.ch-step-icon {
  font-size: 2rem;
  color: rgba(255,255,255,0.30);
  margin-bottom: 14px;
}

.ch-step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.ch-step-desc {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.60);
  line-height: 1.60;
}

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

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

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

.ch-sss-accordion .accordion-button:not(.collapsed) {
  color: var(--ph-blue);
  background: var(--ph-light-2);
  box-shadow: none;
}

.ch-sss-accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(26,115,232,0.15);
}

.ch-sss-accordion .accordion-button::after {
  filter: none;
}

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

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

#ch-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,151,30,0.14) 0%, transparent 70%);
  pointer-events: none;
}

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

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

#ch-cta p {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.btn-ch-cta-primary {
  background: var(--ph-orange);
  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(247,151,30,0.38);
}

.btn-ch-cta-primary:hover {
  background: var(--ph-orange-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(247,151,30,0.44);
}

.btn-ch-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-ch-cta-secondary:hover {
  border-color: rgba(255,255,255,0.70);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.ch-cta-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-top: 18px;
}

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

@media (max-width: 575px) {
  #ch-hero h1 { font-size: 1.70rem; }
  #ch-cta h2 { font-size: 1.55rem; }
  .ch-compare-table { font-size: 0.80rem; }
  .ch-compare-table td,
  .ch-compare-table thead th { padding: 11px 12px; }
}
