/* ═══════════════════════════════════════════════════════
       WHOIS SORGULAMA — PAGE STYLES
    ═══════════════════════════════════════════════════════ */

    /* ── HERO ─────────────────────────────────────────────── */
    .wh-hero {
      background: #080d1a;
      background-image:
        radial-gradient(ellipse 90% 60% at 50% -5%, rgba(59,130,246,.26) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 80% 60%, rgba(99,102,241,.12) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.016) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.016) 40px);
      padding: 80px 0 130px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .wh-hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 90px;
      background: linear-gradient(to bottom, transparent, #f1f5f9);
      pointer-events: none;
    }
    .wh-hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(59,130,246,.18);
      border: 1px solid rgba(59,130,246,.4);
      border-radius: 30px;
      padding: 5px 16px;
      font-size: .72rem;
      font-weight: 700;
      color: #93c5fd;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 22px;
    }
    .wh-hero h1 {
      font-size: clamp(2rem, 5vw, 3.4rem);
      font-weight: 900;
      color: #fff;
      line-height: 1.12;
      margin-bottom: 16px;
    }
    .wh-gradient-text {
      background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .wh-hero-lead {
      font-size: .97rem;
      color: rgba(255,255,255,.58);
      margin-bottom: 42px;
      line-height: 1.75;
      max-width: 520px;
      margin-inline: auto;
    }
    /* ── SEARCH BOX ──────────────────────────────────────── */
    .wh-search-wrap { max-width: 700px; margin: 0 auto; }
    .wh-input-row {
      display: flex;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08);
      transition: box-shadow .2s;
    }
    .wh-input-row:focus-within {
      box-shadow: 0 24px 64px rgba(59,130,246,.22), 0 0 0 2.5px rgba(59,130,246,.7);
    }
    .wh-input {
      flex: 1;
      padding: 19px 24px;
      border: none;
      outline: none;
      font-family: 'Inter', sans-serif;
      font-size: 1rem;
      color: #0f172a;
      background: transparent;
      min-width: 0;
    }
    .wh-input::placeholder { color: #94a3b8; }
    .btn-wh-search {
      padding: 0 30px;
      background: linear-gradient(135deg, #1746c8, #2563eb);
      color: #fff;
      border: none;
      font-size: .92rem;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      font-family: inherit;
      transition: background .18s;
      flex-shrink: 0;
    }
    .btn-wh-search:hover { background: linear-gradient(135deg, #1338a0, #1d4ed8); }
    .wh-popular {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .wh-popular-lbl {
      font-size: .72rem;
      color: rgba(255,255,255,.4);
      font-weight: 500;
    }
    .btn-wh-quick {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 4px 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 20px;
      color: rgba(255,255,255,.65);
      font-size: .72rem;
      font-weight: 600;
      cursor: pointer;
      transition: all .15s;
      font-family: inherit;
    }
    .btn-wh-quick:hover { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.25); }

    /* ── RESULTS SECTION ─────────────────────────────────── */
    .wh-results-section {
      padding: 0 0 80px;
      background: #f1f5f9;
      min-height: 240px;
    }

    /* Error box */
    .wh-error-box {
      max-width: 560px;
      margin: 40px auto 0;
      background: #fff;
      border: 1.5px solid #fecaca;
      border-radius: 20px;
      padding: 36px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,.05);
    }
    .wh-error-box .wh-err-icon { font-size: 2.2rem; color: #ef4444; margin-bottom: 14px; }
    .wh-error-title { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
    .wh-error-msg { font-size: .84rem; color: #64748b; line-height: 1.75; margin: 0; }
    .btn-wh-retry {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 24px;
      background: linear-gradient(135deg, #1746c8, #2563eb);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: .86rem;
      font-weight: 700;
      cursor: pointer;
      margin-top: 20px;
      font-family: inherit;
      transition: all .18s;
    }
    .btn-wh-retry:hover { background: linear-gradient(135deg, #1338a0, #1d4ed8); }

    /* Skeleton loader */
    .wh-skeleton-card {
      background: #fff;
      border-radius: 20px;
      padding: 36px;
      margin-top: 40px;
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
      border: 1px solid #e2e8f0;
    }
    .sk-line {
      background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
      background-size: 200% 100%;
      border-radius: 8px;
      animation: skShimmer 1.5s infinite ease-in-out;
    }
    @keyframes skShimmer {
      0%   { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    /* ── MAIN RESULT CARD ─────────────────────────────────── */
    .wh-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      margin-top: 40px;
      box-shadow: 0 6px 28px rgba(0,0,0,.08);
      border: 1px solid #e2e8f0;
    }
    .wh-card-top {
      background: linear-gradient(135deg, #0a0f1e 0%, #1e3a8a 100%);
      padding: 30px 36px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .wh-domain-name {
      font-size: 1.7rem;
      font-weight: 900;
      color: #fff;
      letter-spacing: .01em;
      word-break: break-all;
      line-height: 1.2;
    }
    .wh-status-wrap { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
    .wh-status-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 4px 11px;
      border-radius: 20px;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .03em;
      text-transform: uppercase;
    }
    .wh-status-badge.active { background: rgba(34,197,94,.2); color: #86efac; border: 1px solid rgba(34,197,94,.4); }
    .wh-status-badge.lock   { background: rgba(59,130,246,.15); color: #93c5fd; border: 1px solid rgba(59,130,246,.3); }
    .wh-status-badge.warn   { background: rgba(251,191,36,.15); color: #fde68a; border: 1px solid rgba(251,191,36,.3); }
    .wh-status-badge.danger { background: rgba(239,68,68,.2); color: #fca5a5; border: 1px solid rgba(239,68,68,.4); }
    .wh-copy-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 9px 18px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 10px;
      color: rgba(255,255,255,.85);
      font-size: .78rem;
      font-weight: 600;
      cursor: pointer;
      transition: all .18s;
      font-family: inherit;
      flex-shrink: 0;
      align-self: flex-start;
    }
    .wh-copy-btn:hover { background: rgba(255,255,255,.18); color: #fff; }
    .wh-copy-btn.copied { background: rgba(34,197,94,.2); border-color: rgba(34,197,94,.4); color: #86efac; }

    /* Dates grid */
    .wh-dates-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-bottom: 1px solid #f1f5f9;
    }
    .wh-date-cell {
      padding: 24px 28px;
      border-right: 1px solid #f1f5f9;
    }
    .wh-date-cell:last-child { border-right: none; }
    .wh-date-lbl {
      font-size: .66rem;
      font-weight: 700;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: .07em;
      margin-bottom: 7px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .wh-date-val {
      font-size: 1rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 3px;
    }
    .wh-date-sub { font-size: .74rem; color: #64748b; }
    .wh-expiry-ok     { color: #16a34a !important; }
    .wh-expiry-warn   { color: #d97706 !important; }
    .wh-expiry-danger { color: #dc2626 !important; font-weight: 700 !important; }
    .wh-expiry-bar {
      height: 4px;
      border-radius: 3px;
      background: #f1f5f9;
      margin-top: 10px;
      overflow: hidden;
    }
    .wh-expiry-bar-fill {
      height: 100%;
      border-radius: 3px;
      transition: width .8s cubic-bezier(.4,0,.2,1);
    }

    /* Details 3-column */
    .wh-details-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .wh-detail-block {
      padding: 24px 28px;
      border-right: 1px solid #f1f5f9;
    }
    .wh-detail-block:last-child { border-right: none; }
    .wh-detail-title {
      font-size: .66rem;
      font-weight: 700;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: .07em;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 7px;
    }
    .wh-detail-title i { color: #1746c8; font-size: .78rem; }
    .wh-registrar-name { font-size: .95rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; line-height: 1.4; }
    .wh-registrar-id { font-size: .75rem; color: #64748b; margin-bottom: 6px; }
    .wh-registrar-url {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: .76rem;
      color: #1746c8;
      text-decoration: none;
      font-weight: 600;
    }
    .wh-registrar-url:hover { text-decoration: underline; }
    .wh-ns-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: .82rem;
      font-weight: 600;
      color: #0f172a;
      padding: 5px 0;
      border-bottom: 1px dashed #f1f5f9;
      font-variant-ligatures: none;
    }
    .wh-ns-item:last-child { border-bottom: none; padding-bottom: 0; }
    .wh-ns-dot { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 2px rgba(34,197,94,.2); }
    .wh-dnssec-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 14px;
      border-radius: 10px;
      font-size: .8rem;
      font-weight: 700;
    }
    .wh-dnssec-on  { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
    .wh-dnssec-off { background: #f8fafc; color: #64748b; border: 1px solid #e2e8f0; }

    /* Raw data accordion */
    .wh-raw-toggle {
      padding: 14px 28px;
      border-top: 1px solid #f1f5f9;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      font-size: .8rem;
      font-weight: 600;
      color: #64748b;
      user-select: none;
      transition: background .15s;
    }
    .wh-raw-toggle:hover { background: #f8fafc; color: #1746c8; }
    .wh-raw-toggle i.chevron { transition: transform .22s; }
    .wh-raw-toggle.open i.chevron { transform: rotate(180deg); }
    .wh-raw-body { display: none; padding: 0 28px 24px; }
    .wh-raw-body pre {
      background: #0a0f1e;
      color: #94a3b8;
      border-radius: 12px;
      padding: 20px 22px;
      font-size: .74rem;
      line-height: 1.75;
      overflow-x: auto;
      max-height: 420px;
      overflow-y: auto;
      margin: 0;
    }

    /* New search row */
    .wh-new-search-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 20px;
      padding: 0 4px;
      flex-wrap: wrap;
    }
    .btn-wh-new {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 24px;
      background: linear-gradient(135deg, #1746c8, #2563eb);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: .86rem;
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      transition: all .18s;
    }
    .btn-wh-new:hover { background: linear-gradient(135deg, #1338a0, #1d4ed8); transform: translateY(-1px); }
    .wh-result-note { font-size: .78rem; color: #94a3b8; }

    /* ── INFO CARDS ────────────────────────────────────────── */
    .wh-info-section {
      padding: 88px 0 96px;
      background: #fff;
    }
    .wh-eyebrow {
      font-size: .72rem;
      font-weight: 700;
      color: #1746c8;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 6px;
    }
    .wh-section-title {
      font-size: 1.5rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 8px;
    }
    .wh-section-sub {
      font-size: .88rem;
      color: #64748b;
      line-height: 1.75;
      max-width: 560px;
      margin: 0;
    }
    .wh-info-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .wh-info-card {
      background: #f8fafc;
      border: 1.5px solid #e2e8f0;
      border-radius: 16px;
      padding: 26px 22px;
      transition: box-shadow .2s, transform .2s;
    }
    .wh-info-card:hover { box-shadow: 0 8px 28px rgba(23,70,200,.1); transform: translateY(-2px); }
    .wh-info-icon {
      width: 46px; height: 46px;
      background: #eef2ff;
      border-radius: 13px;
      display: flex; align-items: center; justify-content: center;
      color: #1746c8;
      font-size: 1.15rem;
      margin-bottom: 16px;
    }
    .wh-info-card h3 { font-size: .92rem; font-weight: 700; color: #0f172a; margin-bottom: 7px; }
    .wh-info-card p  { font-size: .8rem; color: #64748b; line-height: 1.75; margin: 0; }

    /* ── TLD SECTION ───────────────────────────────────────── */
    .wh-tld-section { padding: 0 0 96px; background: #f8fafc; }
    .wh-tld-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
    .wh-tld-chip {
      padding: 7px 16px;
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 30px;
      font-size: .78rem;
      font-weight: 700;
      color: #475569;
      cursor: pointer;
      transition: all .15s;
      font-family: inherit;
    }
    .wh-tld-chip:hover { border-color: #1746c8; color: #1746c8; background: #eef2ff; }

    /* ── TRANSFER UPSELL CARD ─────────────────────────────────── */
    .wh-upsell {
      display: none;
      margin-top: 16px;
      background: linear-gradient(135deg, #0a0f1e 0%, #1a2d5a 50%, #1e3a8a 100%);
      border-radius: 20px;
      padding: 28px 32px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(99,102,241,.3);
    }
    .wh-upsell::before {
      content: '';
      position: absolute;
      top: -60px; right: -40px;
      width: 240px; height: 240px;
      background: radial-gradient(circle, rgba(99,102,241,.2) 0%, transparent 65%);
      pointer-events: none;
    }
    .wh-upsell-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
    .wh-upsell-left { flex: 1; min-width: 260px; }
    .wh-upsell-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(251,191,36,.18);
      border: 1px solid rgba(251,191,36,.35);
      border-radius: 20px;
      padding: 4px 12px;
      font-size: .68rem;
      font-weight: 700;
      color: #fde68a;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .wh-upsell-title {
      font-size: 1.15rem;
      font-weight: 800;
      color: #fff;
      line-height: 1.3;
      margin-bottom: 8px;
    }
    .wh-upsell-sub {
      font-size: .82rem;
      color: rgba(255,255,255,.62);
      margin: 0;
      line-height: 1.7;
    }
    .wh-upsell-sub strong { color: #93c5fd; }
    .wh-upsell-perks {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 14px;
    }
    .wh-upsell-perk {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 20px;
      padding: 4px 11px;
      font-size: .72rem;
      font-weight: 600;
      color: rgba(255,255,255,.8);
    }
    .wh-upsell-perk i { color: #86efac; font-size: .68rem; }
    .wh-upsell-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-end;
      flex-shrink: 0;
    }
    .btn-upsell-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: linear-gradient(135deg, #f59e0b, #fbbf24);
      color: #0a0f1e;
      border: none;
      border-radius: 12px;
      font-size: .92rem;
      font-weight: 800;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
      white-space: nowrap;
      font-family: inherit;
    }
    .btn-upsell-primary:hover { background: linear-gradient(135deg, #d97706, #f59e0b); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(245,158,11,.35); color: #0a0f1e; }
    .btn-upsell-dismiss {
      background: none;
      border: none;
      color: rgba(255,255,255,.4);
      font-size: .72rem;
      cursor: pointer;
      font-family: inherit;
      padding: 0 4px;
      transition: color .15s;
    }
    .btn-upsell-dismiss:hover { color: rgba(255,255,255,.75); }
    .wh-upsell-expiry-alert {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(239,68,68,.15);
      border: 1px solid rgba(239,68,68,.3);
      border-radius: 10px;
      padding: 9px 14px;
      font-size: .76rem;
      font-weight: 600;
      color: #fca5a5;
      margin-top: 12px;
    }

    /* ── RESPONSIVENESS ────────────────────────────────────── */
    @media (max-width: 768px) {
      /* Hero */
      .wh-hero { padding: 52px 0 80px; }
      .wh-hero h1 { font-size: clamp(1.7rem, 6vw, 2.4rem); }
      .wh-hero-lead { font-size: .88rem; margin-bottom: 28px; }

      /* Search box: stacked, ayrı kartlar */
      .wh-search-wrap { padding: 0 4px; }
      .wh-input-row {
        flex-direction: column;
        gap: 8px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
      }
      .wh-input-row:focus-within { box-shadow: none; }
      .wh-input {
        padding: 15px 16px;
        font-size: .95rem;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 8px 32px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.1);
      }
      .wh-input-row:focus-within .wh-input {
        box-shadow: 0 8px 32px rgba(59,130,246,.22), 0 0 0 2.5px rgba(59,130,246,.7);
      }
      .btn-wh-search {
        padding: 15px 20px;
        justify-content: center;
        border-radius: 14px;
        font-size: .95rem;
      }

      /* Result card header */
      .wh-card-top {
        padding: 18px 16px;
        flex-direction: column;
        gap: 12px;
      }
      .wh-domain-name { font-size: 1.15rem; word-break: break-all; }
      .wh-copy-btn { align-self: flex-start; padding: 7px 14px; font-size: .74rem; }

      /* Dates: 2 col on tablet, 1 col on phone handled below */
      .wh-dates-grid { grid-template-columns: 1fr 1fr; }
      .wh-date-cell { padding: 16px 14px; }
      .wh-date-cell:nth-child(3) {
        grid-column: 1 / -1;
        border-right: none;
        border-top: 1px solid #f1f5f9;
      }
      .wh-date-val { font-size: .88rem; }

      /* Details: single column */
      .wh-details-grid { grid-template-columns: 1fr; }
      .wh-detail-block {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding: 18px 16px;
      }
      .wh-detail-block:last-child { border-bottom: none; }

      /* Raw toggle */
      .wh-raw-toggle { padding: 12px 16px; }
      .wh-raw-body { padding: 0 16px 16px; }

      /* Action row */
      .wh-new-search-row { flex-direction: column; align-items: stretch; gap: 10px; }
      .btn-wh-new { justify-content: center; }

      /* Info cards: 2 col */
      .wh-info-grid { grid-template-columns: 1fr 1fr; gap: 12px; }

      /* Transfer upsell */
      .wh-upsell { padding: 20px 18px; }
      .wh-upsell-inner { flex-direction: column; }
      .wh-upsell-actions { align-items: stretch; }
      .btn-upsell-primary { justify-content: center; }
    }

    @media (max-width: 480px) {
      /* Search */
      .wh-input { padding: 14px 14px; }

      /* All dates stacked */
      .wh-dates-grid { grid-template-columns: 1fr; }
      .wh-date-cell {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding: 14px 14px;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .wh-date-cell:nth-child(3) { grid-column: auto; border-top: none; }
      .wh-date-cell:last-child { border-bottom: none; }
      /* Label left, value right on phone */
      .wh-date-content { flex: 1; }
      .wh-expiry-bar { margin-top: 6px; }

      /* Info cards: single column */
      .wh-info-grid { grid-template-columns: 1fr; gap: 10px; }
      .wh-info-card { padding: 18px 16px; }

      /* Status badges wrap tightly */
      .wh-status-wrap { gap: 4px; }
      .wh-status-badge { font-size: .62rem; padding: 3px 9px; }

      /* NS items compact */
      .wh-ns-item { font-size: .78rem; }

      /* Popular tags row */
      .wh-popular { gap: 6px; }
      .btn-wh-quick { font-size: .68rem; padding: 4px 10px; }
    }
