/* ═══════════════════════════════════════════════════════
       IP ADRESİM: PAGE STYLES  v2 (split-hero)
    ═══════════════════════════════════════════════════════ */

    /* ── HERO (2 kolon) ───────────────────────────────────── */
    .ip-hero {
      background: #080d1a;
      background-image:
        radial-gradient(ellipse 70% 90% at 5% 55%, rgba(37,99,235,.42) 0%, transparent 60%),
        radial-gradient(ellipse 55% 65% at 95% 15%, rgba(99,102,241,.28) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 50% 100%, rgba(59,130,246,.12) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.022) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.022) 40px);
      padding: 80px 0 88px;
      position: relative;
      overflow: hidden;
    }

    /* ── SOL KOLON ────────────────────────────────────────── */
    .ip-hero-left { padding-right: 16px; }

    .ip-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;
    }
    .ip-hero-title {
      font-size: clamp(2.2rem, 4.5vw, 3.6rem);
      font-weight: 900;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 18px;
    }
    .ip-gradient-text {
      background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ip-hero-lead {
      font-size: .97rem;
      color: rgba(255,255,255,.55);
      margin-bottom: 32px;
      line-height: 1.75;
    }
    .ip-feature-pills { display: flex; flex-wrap: wrap; gap: 9px; }
    .ip-fpill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 16px;
      background: rgba(37,99,235,.18);
      border: 1px solid rgba(59,130,246,.35);
      border-radius: 20px;
      font-size: .76rem;
      font-weight: 700;
      color: #93c5fd;
    }
    .ip-fpill i { color: #60a5fa; }

    /* ── SAĞ KOLON: IP Araç Kartı ────────────────────────── */
    .ip-hero-card {
      background: linear-gradient(175deg, #0d1629 0%, #080e1c 100%);
      border: 1px solid rgba(59,130,246,.22);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 28px 72px rgba(0,0,0,.55), 0 0 60px rgba(37,99,235,.08), inset 0 0 0 1px rgba(59,130,246,.06);
    }
    .ip-hero-card-note {
      font-size: .72rem;
      color: rgba(255,255,255,.28);
      margin-top: 12px;
      text-align: center;
    }

    /* ── SORGULA INPUT ────────────────────────────────────── */
    .ip-query-wrap {
      padding: 20px 24px 16px;
      background: rgba(255,255,255,.03);
      border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .ip-query-label {
      font-size: .68rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: rgba(255,255,255,.4);
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 10px;
    }
    .ip-query-label i { color: #60a5fa; }
    .ip-query-row { display: flex; gap: 8px; }
    .ip-query-input {
      flex: 1;
      padding: 11px 16px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 10px;
      color: #fff;
      font-family: 'Inter', monospace;
      font-size: .88rem;
      font-weight: 500;
      outline: none;
      transition: border-color .18s, background .18s;
      min-width: 0;
    }
    .ip-query-input::placeholder { color: rgba(255,255,255,.28); }
    .ip-query-input:focus { border-color: rgba(59,130,246,.55); background: rgba(59,130,246,.07); }
    .ip-query-input.ip-input-error { border-color: #ef4444; background: rgba(239,68,68,.08); }
    .btn-ip-search {
      padding: 11px 20px;
      background: linear-gradient(135deg, #1746c8, #2563eb);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: .83rem;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
      font-family: inherit;
      transition: background .18s, transform .15s;
      flex-shrink: 0;
    }
    .btn-ip-search:hover { background: linear-gradient(135deg, #1338a8, #1d4ed8); transform: translateY(-1px); }
    .ip-query-hint {
      font-size: .7rem;
      color: rgba(255,255,255,.28);
      margin-top: 8px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .ip-query-hint i { color: rgba(96,165,250,.5); }

    /* ── IP STRIP ─────────────────────────────────────────── */
    .ip-address-strip {
      padding: 24px 28px 20px;
      text-align: center;
      border-bottom: 1px solid rgba(255,255,255,.07);
      position: relative;
      background: linear-gradient(135deg, rgba(8,13,26,.9) 0%, rgba(15,28,56,.9) 100%);
    }
    .ip-lbl {
      font-size: .66rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255,255,255,.4);
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .ip-lbl-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #2563eb;
      box-shadow: 0 0 0 3px rgba(37,99,235,.25);
      animation: ipPulse 1.8s ease-in-out infinite;
    }
    @keyframes ipPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
    .ip-address-val {
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 900;
      color: #fff;
      letter-spacing: .04em;
      font-variant-numeric: tabular-nums;
      margin-bottom: 10px;
      word-break: break-all;
      line-height: 1.15;
    }
    .ip-badge-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .ip-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: .7rem;
      font-weight: 700;
    }
    .ip-badge--v4  { background: rgba(37,99,235,.18); border: 1px solid rgba(37,99,235,.35); color: #93c5fd; }
    .ip-badge--v6  { background: rgba(6,182,212,.15);  border: 1px solid rgba(6,182,212,.3);   color: #67e8f9; }
    .ip-badge--pub { background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.28); color: #fde68a; }
    .ip-actions {
      position: absolute;
      top: 16px; right: 18px;
      display: flex;
      gap: 7px;
    }
    .btn-ip-action {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 8px;
      color: rgba(255,255,255,.7);
      font-size: .7rem;
      font-weight: 600;
      cursor: pointer;
      transition: all .18s;
      font-family: inherit;
    }
    .btn-ip-action:hover { background: rgba(255,255,255,.14); color: #fff; }
    .btn-ip-action.copied { background: rgba(37,99,235,.2); border-color: rgba(37,99,235,.4); color: #93c5fd; }

    /* ── DETAIL GRID ──────────────────────────────────────── */
    .ip-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
    .ip-detail-cell {
      padding: 16px 22px;
      border-right: 1px solid rgba(255,255,255,.06);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .ip-detail-cell:nth-child(2n) { border-right: none; }
    .ip-detail-cell:nth-last-child(-n+2) { border-bottom: none; }
    .ip-detail-lbl {
      font-size: .62rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: rgba(255,255,255,.35);
      display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 6px;
    }
    .ip-detail-lbl i { font-size: .7rem; }
    .ip-detail-val { font-size: .88rem; font-weight: 700; color: #fff; line-height: 1.35; }
    .ip-detail-sub { font-size: .7rem; color: rgba(255,255,255,.4); margin-top: 2px; display: block; }

    /* ── IPv6 ROW ─────────────────────────────────────────── */
    .ip-v6-row {
      padding: 11px 22px;
      border-top: 1px solid rgba(255,255,255,.06);
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255,255,255,.02);
    }
    .ip-v6-lbl {
      font-size: .62rem; font-weight: 700; color: rgba(255,255,255,.3);
      text-transform: uppercase; letter-spacing: .07em; flex-shrink: 0; min-width: 38px;
    }
    .ip-v6-val {
      font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.55);
      word-break: break-all; font-variant-numeric: tabular-nums;
    }

    /* ── LOADING ──────────────────────────────────────────── */
    .ip-loading { padding: 48px 32px; text-align: center; }
    .ip-spinner {
      width: 40px; height: 40px;
      border: 3px solid rgba(37,99,235,.15);
      border-top-color: #2563eb;
      border-radius: 50%;
      animation: ipSpin .8s linear infinite;
      margin: 0 auto 16px;
    }
    @keyframes ipSpin { to{ transform: rotate(360deg) } }
    .ip-loading-text { color: rgba(255,255,255,.4); font-size: .86rem; }

    /* ── ERROR ────────────────────────────────────────────── */
    .ip-error-card { padding: 44px 32px; text-align: center; }
    .ip-err-icon { font-size: 2rem; color: #ef4444; margin-bottom: 12px; }
    .ip-err-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 7px; }
    .ip-err-sub { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.75; margin: 0; }
    .btn-ip-refresh {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 18px;
      padding: 10px 22px;
      background: linear-gradient(135deg, #1746c8, #2563eb);
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: .84rem;
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      transition: all .18s;
    }
    .btn-ip-refresh:hover { background: linear-gradient(135deg, #1338a8, #1746c8); transform: translateY(-1px); }

    /* ── BİLGİ SECTION ────────────────────────────────────── */
    .ip-info-section { padding: 88px 0 96px; background: #fff; }
    .ip-eyebrow {
      font-size: .72rem; font-weight: 700;
      color: #1746c8; text-transform: uppercase;
      letter-spacing: .08em; margin-bottom: 6px;
    }
    .ip-section-title { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
    .ip-section-sub  { font-size: .88rem; color: #64748b; line-height: 1.75; max-width: 560px; margin: 0; }
    .ip-info-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .ip-info-card {
      background: #f8fafc;
      border: 1.5px solid #e2e8f0;
      border-radius: 16px;
      padding: 26px 22px;
      transition: box-shadow .2s, transform .2s;
    }
    .ip-info-card:hover { box-shadow: 0 8px 28px rgba(23,70,200,.1); transform: translateY(-2px); }
    .ip-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;
    }
    .ip-info-card h3 { font-size: .92rem; font-weight: 700; color: #0f172a; margin-bottom: 7px; }
    .ip-info-card p  { font-size: .8rem; color: #64748b; line-height: 1.75; margin: 0; }

    /* ── FAQ ──────────────────────────────────────────────── */
    .ip-faq-section { padding: 0 0 96px; background: #f8fafc; }
    .ip-faq-item {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 14px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: border-color .2s;
    }
    .ip-faq-item.open { border-color: #2563eb; }
    .ip-faq-q {
      width: 100%; background: none; border: none;
      padding: 18px 22px;
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      font-family: inherit; font-size: .92rem; font-weight: 700; color: #0f172a;
      cursor: pointer; text-align: left;
      transition: color .18s;
    }
    .ip-faq-q:hover { color: #1746c8; }
    .ip-faq-q i.chevron { font-size: .78rem; color: #94a3b8; flex-shrink: 0; transition: transform .22s; }
    .ip-faq-item.open .ip-faq-q i.chevron { transform: rotate(180deg); color: #1746c8; }
    .ip-faq-a { display: none; padding: 0 22px 18px; font-size: .86rem; color: #475569; line-height: 1.75; }
    .ip-faq-item.open .ip-faq-a { display: block; }

    /* ── DİĞER ARAÇLAR ────────────────────────────────────── */
    .ip-tools-section { padding: 80px 0; background: #fff; border-top: 1px solid #f1f5f9; }
    .ip-tool-card {
      display: flex; align-items: center; gap: 16px;
      background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 16px;
      padding: 20px 22px; text-decoration: none;
      transition: all .2s;
    }
    .ip-tool-card:hover { border-color: #1746c8; background: #eff6ff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(23,70,200,.1); }
    .ip-tool-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .ip-tool-title { font-size: .88rem; font-weight: 700; color: #0f172a; margin: 0 0 3px; }
    .ip-tool-sub   { font-size: .75rem; color: #64748b; margin: 0; }
    .ip-tool-arr   { margin-left: auto; color: #94a3b8; flex-shrink: 0; font-size: .8rem; }
    .ip-tool-card:hover .ip-tool-arr { color: #1746c8; }

    /* ── RESPONSIVE ───────────────────────────────────────── */
    @media (max-width: 992px) {
      .ip-hero { padding: 60px 0 72px; }
      .ip-hero-left { padding-right: 0; margin-bottom: 40px; text-align: center; }
      .ip-feature-pills { justify-content: center; }
    }
    @media (max-width: 768px) {
      .ip-detail-grid { grid-template-columns: 1fr; }
      .ip-detail-cell { border-right: none; }
      .ip-detail-cell:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.06); }
      .ip-detail-cell:last-child { border-bottom: none; }
      .ip-info-grid { grid-template-columns: 1fr 1fr; }
      .ip-address-val { font-size: 1.6rem; }
      .ip-actions { position: static; justify-content: center; margin-top: 12px; }
      .ip-address-strip { padding: 22px 20px 18px; }
    }
    @media (max-width: 576px) {
      .ip-info-grid { grid-template-columns: 1fr; }
      .ip-query-row { flex-direction: column; }
      .btn-ip-search { width: 100%; justify-content: center; }
    }