/* Bu dosya ortak /style.css üzerine sadece sayfa açılışını ve ayrı sayfa yönlendirmelerini garanti eder. */
.intro-screen { display: none !important; }
.page-shell { opacity: 1 !important; transform: none !important; }
.view-section.active-view { display: block !important; }

/* Hosting ve Mail Server ek paketlerinde taksit seçeneği kapalı bilgi kutusu */
.extra-packages-page .extra-no-installment-note {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f1f3f5;
  color: #5b6470;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* Mail Yedekleme Paketi: kart turuncu olduğu için rozet ve buton da turuncu kalır. */
.extra-packages-page .ms-pack-250 .extra-badge,
.extra-packages-page .ms-pack-250 .badge-blue,
.extra-packages-page .ms-pack-250 .badge-orange {
  background: linear-gradient(135deg, #ff9a3d, #ff6a00) !important;
  color: #ffffff !important;
}

.extra-packages-page .ms-pack-250 .buy-btn,
.extra-packages-page .ms-pack-250 .buy-btn-extra-blue,
.extra-packages-page .ms-pack-250 .buy-btn-extra-orange,
.extra-packages-page .ms-pack-250 .open-extra-form {
  background: linear-gradient(135deg, #ff9a3d, #ff6a00) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 22px rgba(255, 106, 0, 0.24) !important;
}

/* Hosting ve Mail Server aylık ek paketlerinde tek seçim alanı */
.extra-packages-page .extra-action-wrap .term-selector[data-term-unit="month"],
.extra-packages-page .extra-action-wrap .term-selector[data-term-unit="year"] {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid rgba(18, 26, 36, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: #121a24;
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

/* Gelişmiş Spam Filtreleme: kart mavi olduğu için rozet ve buton da mavi olur. */
.extra-packages-page .ms-pack-100 .extra-badge,
.extra-packages-page .ms-pack-100 .badge-dark {
  background: linear-gradient(135deg, #22a3e6, #0d8ae8) !important;
  color: #ffffff !important;
}

.extra-packages-page .ms-pack-100 .buy-btn,
.extra-packages-page .ms-pack-100 .buy-btn-extra-dark,
.extra-packages-page .ms-pack-100 .open-extra-form {
  background: linear-gradient(135deg, #22a3e6, #0d8ae8) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 22px rgba(34, 163, 230, 0.24) !important;
}
