/* Odoo Hosting sayfası */

.dk-host-plan { background: var(--surface); border-radius: var(--radius-card); padding: var(--pad-card); display: flex; flex-direction: column; border: 1px solid var(--border); }
.dk-host-plan.is-highlight { border: 2px solid var(--accent); }
.dk-host-popular {
  display: inline-block; align-self: flex-start; background: var(--accent); color: var(--accent-ink);
  font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px;
}
.dk-host-name { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--ink); }
.dk-host-price-row { display: flex; align-items: baseline; gap: 4px; margin: 10px 0 2px; }
.dk-host-price { font-family: var(--font-head); font-weight: 800; font-size: 34px; color: var(--ink); }
.dk-host-period { font-size: 14px; color: var(--muted); }
.dk-host-desc { font-size: 14px; line-height: 1.5; color: var(--muted); margin: 12px 0 18px; }
.dk-host-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.dk-host-feature { display: flex; gap: 9px; align-items: flex-start; }
.dk-host-feature .dk-check { color: var(--accent2-text); font-weight: 800; }
.dk-host-feature span:last-child { font-size: 14px; line-height: 1.4; color: var(--ink); }
.dk-host-btn-accent {
  width: 100%; border: none; border-radius: 11px; padding: 13px; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  background: var(--accent); color: var(--accent-ink);
}
.dk-host-info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); padding: var(--pad-card); }
.dk-host-info-icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--forest);
}
.dk-host-info-card h3 { font-weight: 700; font-size: 20px; margin: 16px 0 0; }
.dk-host-info-card p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 10px 0 0; }

/* Altyapı özelliği ikon kutusu (glif → SVG geçişi sonrası ölçü CSS'ten gelir). */
.dk-infra-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none;
  border-radius: var(--radius-row);
  background: var(--accent-soft); color: var(--forest);
}
.dk-infra-icon .dk-icon { width: 21px; height: 21px; }
/* Başlık margin utility'si burada çalışmaz (katmansız reset katmanlı Tailwind'i yener);
   kart içi boşluk ikon kutusundan verilir. */
.dk-infra-icon { margin-bottom: 16px; }
