/* ==========================================================================
   DOMAINS PREMIUM — alan adı sayfaları yeniden tasarımı (29.08.2026)
   --------------------------------------------------------------------------
   Kapsam: yalnızca .domains-page ve .whois-page gövdeleri.
   Mevcut CSS düzenine dokunmaz; domains.css'ten SONRA yüklenir ve yalnızca
   bu iki sayfa tipinde geçerli olur. Site değişkenlerini kullanır:
   --primary #6a62fe, --gold #FFB830, --dark #0b0c1b, Poppins/Roboto/Playfair.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0) Sayfa zemini ve genel tipografi ritmi
   -------------------------------------------------------------------------- */
.domains-page,
.whois-page { background-color: #f6f8fc; }

/* --------------------------------------------------------------------------
   1) HERO — koyu, derin, ışıltılı
   -------------------------------------------------------------------------- */
.dp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 12% -10%, rgba(106, 98, 254, .55), transparent 60%),
    radial-gradient(900px 480px at 88% 8%, rgba(255, 184, 48, .16), transparent 55%),
    radial-gradient(700px 420px at 55% 115%, rgba(106, 98, 254, .35), transparent 60%),
    linear-gradient(180deg, #0b0c1b 0%, #12132a 55%, #171834 100%);
  padding: 92px 0 84px;
  color: #fff;
}
.dp-hero::before {                       /* ince nokta ızgarası */
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(720px 480px at 50% 22%, #000 25%, transparent 78%);
          mask-image: radial-gradient(720px 480px at 50% 22%, #000 25%, transparent 78%);
  pointer-events: none;
}
.dp-hero::after {                        /* yavaşça süzülen aurora */
  content: "";
  position: absolute;
  width: 620px; height: 620px;
  right: -180px; top: -220px;
  background: conic-gradient(from 90deg, rgba(106,98,254,.42), rgba(255,184,48,.20), rgba(106,98,254,.10), rgba(106,98,254,.42));
  border-radius: 50%;
  filter: blur(90px);
  animation: dpAurora 22s linear infinite;
  pointer-events: none;
}
@keyframes dpAurora { to { transform: rotate(360deg); } }

.dp-hero-inner { position: relative; z-index: 2; max-width: 880px; }

.dp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-family: var(--primary-font);
  font-size: 12.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: #cfd2ff;
}
.dp-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(255,184,48,.18);
  animation: dpPulse 2.4s ease-in-out infinite;
}
@keyframes dpPulse { 50% { box-shadow: 0 0 0 8px rgba(255,184,48,.05); } }

.dp-hero-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.07;
  letter-spacing: -.02em;
  margin: 26px 0 18px;
  color: #fff;
}
.dp-hero-title .dp-grad {
  background: linear-gradient(92deg, #b9b4ff 0%, var(--primary) 38%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.dp-hero-title .dp-serif {
  font-family: var(--third-font);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--gold);
}
.dp-hero-sub {
  font-family: var(--secondary-font);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.7;
  color: #aab0d6;
  max-width: 640px;
  margin-bottom: 34px;
}

/* Arama — mevcut .search-form işlevi korunur, görünüm burada yükseltilir */
.dp-hero .search-form .form-label {
  max-width: 720px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 8px;
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(5, 6, 20, .55), inset 0 1px 0 rgba(255,255,255,.08);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.dp-hero .search-form .form-label:focus-within {
  border-color: rgba(106,98,254,.85);
  box-shadow: 0 18px 60px rgba(5,6,20,.55), 0 0 0 4px rgba(106,98,254,.22), inset 0 1px 0 rgba(255,255,255,.08);
  transform: translateY(-1px);
}
.dp-hero .search-form .input-icon {
  position: static;
  display: flex; align-items: center; justify-content: center;
  width: 46px; min-width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(106,98,254,.18);
  margin-left: 6px;
}
.dp-hero .search-form .input-icon svg { width: 20px; height: 20px; stroke: #cfd2ff; }
.dp-hero .search-form .form-input {
  flex: 1 1 auto;
  height: 56px;
  background: transparent;
  border: 0;
  padding: 0 16px;
  font-family: var(--primary-font);
  font-size: 17px;
  color: #fff;
  width: auto;
}
.dp-hero .search-form .form-input::placeholder { color: #8b90bb; }
.dp-hero .search-form .submit-btn {
  height: 56px;
  padding: 0 34px;
  border: 0; border-radius: 13px;
  background: linear-gradient(135deg, var(--primary) 0%, #8d86ff 100%);
  font-family: var(--primary-font);
  font-size: 15px; font-weight: 600;
  letter-spacing: .06em;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(106,98,254,.45);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}
.dp-hero .search-form .submit-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(106,98,254,.55);
}

/* Hızlı uzantı çipleri */
.dp-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 22px;
}
.dp-chip {
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
  color: #e7e9ff;
  font-family: var(--primary-font);
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.dp-chip:hover {
  background: rgba(106,98,254,.22);
  border-color: rgba(106,98,254,.6);
  transform: translateY(-2px);
  color: #fff; text-decoration: none;
}
.dp-chip small {
  font-family: var(--secondary-font);
  font-size: 12.5px; font-weight: 400;
  color: var(--gold);
}

/* Güven satırı */
.dp-trust {
  display: flex; flex-wrap: wrap; gap: 12px 26px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.dp-trust span {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #b9bede;
}
.dp-trust svg { width: 17px; height: 17px; stroke: var(--gold); flex: 0 0 auto; }

/* Sağda süzülen cam kartlar (yalnız geniş ekran) */
.dp-float {
  position: absolute; z-index: 1;
  right: 5.5%; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 18px;
  pointer-events: none;
}
.dp-float-card {
  min-width: 210px;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 22px 60px rgba(5,6,20,.5);
  animation: dpFloat 7s ease-in-out infinite;
}
.dp-float-card:nth-child(2) { animation-delay: 1.1s; margin-right: 42px; }
.dp-float-card:nth-child(3) { animation-delay: 2.2s; }
@keyframes dpFloat { 50% { transform: translateY(-12px); } }
.dp-float-card .tld {
  font-family: var(--primary-font);
  font-weight: 700; font-size: 22px; color: #fff;
}
.dp-float-card .tld span { color: var(--gold); }
.dp-float-card .price {
  font-family: var(--secondary-font);
  font-size: 13.5px; color: #aab0d6; margin-top: 2px;
}
.dp-float-card .price b { color: #fff; font-weight: 600; }
.dp-float-card .tag {
  display: inline-block;
  margin-top: 8px; padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,184,48,.16);
  color: var(--gold);
  font-family: var(--primary-font);
  font-size: 10.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   2) FİYAT ŞERİDİ — kayan bant
   -------------------------------------------------------------------------- */
.dp-ticker {
  position: relative;
  background: #0e0f22;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(106,98,254,.25);
  overflow: hidden;
  padding: 13px 0;
}
.dp-ticker::before, .dp-ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2;
  pointer-events: none;
}
.dp-ticker::before { left: 0;  background: linear-gradient(90deg, #0e0f22, transparent); }
.dp-ticker::after  { right: 0; background: linear-gradient(-90deg, #0e0f22, transparent); }
.dp-ticker-track {
  display: flex; gap: 44px;
  width: max-content;
  animation: dpTicker 34s linear infinite;
}
.dp-ticker:hover .dp-ticker-track { animation-play-state: paused; }
@keyframes dpTicker { to { transform: translateX(-50%); } }
.dp-ticker-item {
  display: inline-flex; align-items: baseline; gap: 9px;
  font-family: var(--primary-font);
  font-size: 14.5px; font-weight: 600;
  color: #dfe2ff;
  white-space: nowrap;
}
.dp-ticker-item b { color: var(--gold); font-weight: 600; }
.dp-ticker-item i {
  font-style: normal; font-family: var(--secondary-font);
  font-weight: 400; font-size: 12.5px; color: #7e83ad;
}

/* --------------------------------------------------------------------------
   3) BÖLÜM BAŞLIK RİTMİ
   -------------------------------------------------------------------------- */
.dp-section { padding: 92px 0; }
.dp-section.alt { background: #fff; }
.dp-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.dp-kicker {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.dp-h2 {
  font-family: var(--primary-font);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.015em;
  color: #0d1030;
  margin: 0 0 14px;
}
.dp-h2 .dp-serif {
  font-family: var(--third-font);
  font-style: italic; font-weight: 600;
  color: var(--primary);
}
.dp-lead {
  font-family: var(--secondary-font);
  font-size: 16.5px; line-height: 1.7;
  color: #5a5f7d;
  margin: 0;
}

/* --------------------------------------------------------------------------
   4) UZANTI KARTLARI
   -------------------------------------------------------------------------- */
.dp-tlds {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.dp-tld-card {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 20px;
  padding: 28px 26px 24px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.dp-tld-card::before {                   /* üst gradyan çizgi */
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  opacity: 0;
  transition: opacity .28s ease;
}
.dp-tld-card:hover {
  transform: translateY(-8px);
  border-color: rgba(106,98,254,.45);
  box-shadow: 0 26px 60px rgba(23, 26, 77, .13);
}
.dp-tld-card:hover::before { opacity: 1; }
.dp-tld-card .dp-badge {
  position: absolute; top: 16px; right: 16px;
  padding: 4px 11px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--gold), #ffcf70);
  color: #3d2a00;
  font-family: var(--primary-font);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.dp-tld-name {
  font-family: var(--primary-font);
  font-size: 34px; font-weight: 700;
  letter-spacing: -.02em;
  color: #0d1030;
  margin: 0 0 4px;
}
.dp-tld-name span { color: var(--primary); }
.dp-tld-desc {
  font-family: var(--secondary-font);
  font-size: 13.5px; color: #7a7f9e;
  margin: 0 0 18px;
  min-height: 38px;
}
.dp-tld-price {
  font-family: var(--primary-font);
  font-size: 30px; font-weight: 700;
  color: #0d1030;
  line-height: 1;
}
.dp-tld-price sup { font-size: 16px; top: -10px; color: var(--primary); }
.dp-tld-price .per {
  font-family: var(--secondary-font);
  font-size: 13px; font-weight: 400; color: #8a8fae;
}
.dp-tld-meta {
  margin-top: 10px; padding-top: 12px;
  border-top: 1px dashed #e6e9f4;
  font-family: var(--secondary-font);
  font-size: 12.5px; color: #8a8fae;
}
.dp-tld-meta b { color: #3f4468; font-weight: 500; }
.dp-tld-cta {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 16px;
  font-family: var(--primary-font);
  font-size: 13.5px; font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}
.dp-tld-cta svg { width: 15px; height: 15px; transition: transform .2s ease; }
.dp-tld-cta:hover { color: #4d45e8; text-decoration: none; }
.dp-tld-cta:hover svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   5) ÖZELLİK KARTLARI
   -------------------------------------------------------------------------- */
.dp-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.dp-feature {
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.dp-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(23,26,77,.10);
}
.dp-feature .ico {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(106,98,254,.12), rgba(106,98,254,.04));
  margin-bottom: 18px;
}
.dp-feature .ico img { width: 26px; height: 26px; object-fit: contain; }
.dp-feature h3 {
  font-family: var(--primary-font);
  font-size: 16.5px; font-weight: 600;
  color: #0d1030;
  margin: 0 0 8px;
}
.dp-feature p {
  font-family: var(--secondary-font);
  font-size: 13.8px; line-height: 1.65;
  color: #6a6f8e;
  margin: 0;
}

/* --------------------------------------------------------------------------
   6) KOYU VURGU BANDI — "neden biz"
   -------------------------------------------------------------------------- */
.dp-band {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(720px 300px at 85% 0%, rgba(255,184,48,.14), transparent 55%),
    radial-gradient(700px 380px at 0% 100%, rgba(106,98,254,.4), transparent 60%),
    linear-gradient(140deg, #12132a, #1a1b38);
  padding: 58px 56px;
  color: #fff;
}
.dp-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 40px;
}
.dp-band-item h3 {
  font-family: var(--primary-font);
  font-size: 19px; font-weight: 600;
  color: #fff; margin: 0 0 10px;
  display: flex; align-items: center; gap: 11px;
}
.dp-band-item h3 svg { width: 20px; height: 20px; stroke: var(--gold); flex: 0 0 auto; }
.dp-band-item p {
  font-family: var(--secondary-font);
  font-size: 14px; line-height: 1.7;
  color: #a9aecd; margin: 0;
}

/* --------------------------------------------------------------------------
   7) ADIMLAR (transfer) — zaman çizelgesi
   -------------------------------------------------------------------------- */
.dp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 26px;
  counter-reset: dpstep;
}
.dp-step {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 20px;
  padding: 30px 26px 26px;
  counter-increment: dpstep;
  transition: transform .25s ease, box-shadow .25s ease;
}
.dp-step:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(23,26,77,.10); }
.dp-step::before {
  content: counter(dpstep, decimal-leading-zero);
  font-family: var(--primary-font);
  font-size: 46px; font-weight: 700;
  line-height: 1;
  background: linear-gradient(120deg, var(--primary), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: block;
  margin-bottom: 16px;
}
.dp-step h3 {
  font-family: var(--primary-font);
  font-size: 17.5px; font-weight: 600;
  color: #0d1030; margin: 0 0 8px;
}
.dp-step p {
  font-family: var(--secondary-font);
  font-size: 14px; line-height: 1.68;
  color: #6a6f8e; margin: 0;
}

/* --------------------------------------------------------------------------
   8) TAM FİYAT TABLOSU — portal alltld çıktısının giydirilmesi
   -------------------------------------------------------------------------- */
.dp-table-wrap { overflow-x: auto; }
.domains-page table.domainpricing,
.whois-page  table.domainpricing {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(23,26,77,.06);
}
.domains-page .domainpricing th,
.whois-page  .domainpricing th {
  background: #12132a;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 13px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  text-align: left;
  padding: 16px 22px;
}
.domains-page .domainpricing td,
.whois-page  .domainpricing td {
  padding: 14px 22px;
  font-family: var(--secondary-font);
  font-size: 14.5px;
  color: #3f4468;
  border-top: 1px solid #eef0f8;
}
.domains-page .domainpricing td:first-child,
.whois-page  .domainpricing td:first-child {
  font-family: var(--primary-font);
  font-weight: 600; color: #0d1030;
}
.domains-page .domainpricing tr:hover td,
.whois-page  .domainpricing tr:hover td { background: #f7f8ff; }

/* --------------------------------------------------------------------------
   9) SSS — accordion
   -------------------------------------------------------------------------- */
.dp-faq-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0 26px;
  align-items: start;
}
.dp-faq {
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 15px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.dp-faq[open] {
  border-color: rgba(106,98,254,.4);
  box-shadow: 0 12px 34px rgba(23,26,77,.08);
}
.dp-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px;
  font-family: var(--primary-font);
  font-size: 15px; font-weight: 600;
  color: #0d1030;
}
.dp-faq summary::-webkit-details-marker { display: none; }
.dp-faq summary::after {
  content: "";
  width: 10px; height: 10px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(45deg);
  transition: transform .25s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}
.dp-faq[open] summary::after { transform: rotate(225deg); margin-top: 4px; }
.dp-faq .dp-faq-a {
  padding: 0 22px 20px;
  font-family: var(--secondary-font);
  font-size: 14px; line-height: 1.75;
  color: #5a5f7d;
}

/* --------------------------------------------------------------------------
   10) KAPANIŞ CTA
   -------------------------------------------------------------------------- */
.dp-cta {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  text-align: center;
  padding: 72px 40px;
  background:
    radial-gradient(600px 300px at 50% -40%, rgba(255,184,48,.22), transparent 60%),
    linear-gradient(135deg, var(--primary) 0%, #4d45e8 60%, #372fd1 100%);
  color: #fff;
}
.dp-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(closest-side, #000, transparent);
          mask-image: radial-gradient(closest-side, #000, transparent);
  pointer-events: none;
}
.dp-cta h2 {
  position: relative;
  font-family: var(--primary-font);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700; letter-spacing: -.015em;
  margin: 0 0 12px; color: #fff;
}
.dp-cta h2 .dp-serif { font-family: var(--third-font); font-style: italic; color: var(--gold); }
.dp-cta p {
  position: relative;
  font-family: var(--secondary-font);
  font-size: 16px; color: #dcdcff;
  max-width: 560px; margin: 0 auto 30px;
}
.dp-cta .dp-cta-actions {
  position: relative;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.dp-cta-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 34px;
  border-radius: 13px;
  font-family: var(--primary-font);
  font-size: 15px; font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.dp-cta-btn.solid { background: #fff; color: #372fd1; box-shadow: 0 14px 34px rgba(10,8,60,.35); }
.dp-cta-btn.ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.dp-cta-btn:hover { transform: translateY(-3px); text-decoration: none; }
.dp-cta-btn.solid:hover { color: #372fd1; box-shadow: 0 20px 44px rgba(10,8,60,.45); }
.dp-cta-btn.ghost:hover { color: #fff; background: rgba(255,255,255,.1); }

/* --------------------------------------------------------------------------
   11) WHOIS SONUÇ PANELLERİ — mevcut markup, premium giydirme
   -------------------------------------------------------------------------- */
.whois-page .whois-result { background: #f6f8fc; padding-bottom: 40px; }
.whois-page .whoisback {
  background: #fff;
  border: 1px solid #e6e9f4;
  border-radius: 18px;
  padding: 26px 28px;
  margin-bottom: 22px;
  box-shadow: 0 10px 30px rgba(23,26,77,.05);
}
.whois-page .whoisback h2.domain_name {
  font-family: var(--primary-font);
  font-size: 26px; font-weight: 700;
  color: #0d1030; margin: 0 0 2px;
  word-break: break-all;
}
.whois-page .whoisback > span {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}
.whois-page .whoisback h3 {
  font-family: var(--primary-font);
  font-size: 15px; font-weight: 600;
  letter-spacing: .04em;
  color: #0d1030;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef0f8;
}
.whois-page .whoisback ul { list-style: none; margin: 0; padding: 0; }
.whois-page .whoisback ul li {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed #eef0f8;
  font-family: var(--secondary-font);
  font-size: 13.8px;
}
.whois-page .whoisback ul li:last-child { border-bottom: 0; }
.whois-page .whoisback ul li small {
  color: #8a8fae; font-size: 12.5px;
  flex: 0 0 auto;
}
.whois-page .whoisback ul li span {
  color: #2c3152; text-align: right;
  word-break: break-word;
}
.whois-page .whoisback pre {
  background: #0e0f22;
  color: #c8cbee;
  border-radius: 14px;
  padding: 26px !important;
  font-size: 12.5px;
  line-height: 1.7;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

/* --------------------------------------------------------------------------
   12) GİRİŞ ANİMASYONU — hafif, JS ile .in-view eklenir
   -------------------------------------------------------------------------- */
.dp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.dp-reveal.in-view { opacity: 1; transform: none; }
.dp-reveal:nth-child(2) { transition-delay: .07s; }
.dp-reveal:nth-child(3) { transition-delay: .14s; }
.dp-reveal:nth-child(4) { transition-delay: .21s; }
.dp-reveal:nth-child(5) { transition-delay: .28s; }
.dp-reveal:nth-child(6) { transition-delay: .35s; }
.dp-reveal:nth-child(7) { transition-delay: .42s; }
.dp-reveal:nth-child(8) { transition-delay: .49s; }

@media (prefers-reduced-motion: reduce) {
  .dp-hero::after, .dp-eyebrow .dot, .dp-float-card, .dp-ticker-track { animation: none !important; }
  .dp-reveal { opacity: 1; transform: none; transition: none; }
}

/* --------------------------------------------------------------------------
   13) DUYARLILIK
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 1499.98px) {
  .dp-float { right: 3%; }
}
@media only screen and (max-width: 1299.98px) {
  .dp-float { display: none; }
}
@media only screen and (max-width: 1199.98px) {
  .dp-tlds, .dp-features { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media only screen and (max-width: 991.98px) {
  .dp-hero { padding: 76px 0 64px; }
  .dp-tlds, .dp-features { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dp-band { padding: 44px 36px; }
  .dp-band-grid, .dp-steps { grid-template-columns: 1fr; gap: 28px; }
  .dp-faq-cols { grid-template-columns: 1fr; }
}
@media only screen and (max-width: 767.98px) {
  .dp-hero { padding: 60px 0 48px; text-align: left; }
  .dp-hero-title { font-size: clamp(30px, 8.6vw, 38px); }
  .dp-hero .search-form .form-label { padding: 10px; border-radius: 16px; flex-wrap: wrap; }
  .dp-hero .search-form .input-icon { display: none; }
  .dp-hero .search-form .form-input { height: 48px; font-size: 15.5px; padding: 0 6px 0 10px; width: 100%; flex: 1 1 100%; }
  .dp-hero .search-form .submit-btn { height: 48px; width: 100%; flex: 1 1 100%; margin-top: 8px; }
  .dp-trust { gap: 10px 18px; }
  .dp-section { padding: 64px 0; }
  .dp-head { margin-bottom: 36px; }
  .dp-tlds, .dp-features { grid-template-columns: 1fr; }
  .dp-tld-desc { min-height: 0; }
  .dp-band { padding: 36px 24px; border-radius: 20px; }
  .dp-cta { padding: 52px 22px; border-radius: 20px; }
  .whois-page .whoisback { padding: 20px 18px; }
  .whois-page .whoisback ul li { flex-direction: column; align-items: flex-start; gap: 3px; }
  .whois-page .whoisback ul li span { text-align: left; }
}
