/* ═══════════════════════════════════════════════════════
       WEBMASTER ARAÇLARI HUB — PAGE STYLES
    ═══════════════════════════════════════════════════════ */
    .wa-hero {
      background: #080d1a;
      background-image:
        radial-gradient(ellipse 90% 60% at 50% -5%, rgba(59,130,246,.28) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 80% 60%, rgba(99,102,241,.16) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.018) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.018) 40px);
      padding: 80px 0 96px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .wa-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;
    }
    .wa-hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 900;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 18px;
    }
    .wa-gradient-text {
      background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .wa-hero-lead {
      font-size: 1rem;
      color: rgba(255,255,255,.55);
      margin-bottom: 36px;
      line-height: 1.8;
      max-width: 580px;
      margin-inline: auto;
    }
    .wa-stats-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-top: 8px;
    }
    .wa-stat {
      text-align: center;
    }
    .wa-stat-val {
      font-size: 1.5rem;
      font-weight: 900;
      color: #fff;
      display: block;
    }
    .wa-stat-lbl {
      font-size: .72rem;
      color: rgba(255,255,255,.4);
      font-weight: 500;
    }
    .wa-stat-div { width: 1px; height: 32px; background: rgba(255,255,255,.1); }

    /* ── TOOLS GRID ──────────────────────────────────────── */
    .wa-tools-section {
      padding: 80px 0 96px;
      background: #f8fafc;
    }
    .wa-section-eyebrow {
      font-size: .72rem;
      font-weight: 700;
      color: #1746c8;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 6px;
    }
    .wa-section-title {
      font-size: 1.65rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 8px;
    }
    .wa-section-sub {
      font-size: .9rem;
      color: #64748b;
      line-height: 1.75;
      max-width: 560px;
      margin: 0 auto;
    }
    .wa-tools-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 44px;
    }
    .wa-tool-card {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 18px;
      padding: 26px 22px;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      transition: all .2s;
      position: relative;
      overflow: hidden;
    }
    .wa-tool-card:hover {
      border-color: #1746c8;
      background: #eff6ff;
      transform: translateY(-3px);
      box-shadow: 0 10px 32px rgba(23,70,200,.12);
    }
    .wa-tool-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #2563eb, #a78bfa);
      opacity: 0;
      transition: opacity .2s;
    }
    .wa-tool-card:hover::before { opacity: 1; }
    .wa-tool-icon {
      width: 50px; height: 50px;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 16px;
      flex-shrink: 0;
    }
    .wa-tool-name {
      font-size: .95rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 6px;
      line-height: 1.3;
    }
    .wa-tool-desc {
      font-size: .78rem;
      color: #64748b;
      line-height: 1.65;
      flex: 1;
      margin: 0;
    }
    .wa-tool-arrow {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 16px;
      font-size: .74rem;
      font-weight: 700;
      color: #1746c8;
      opacity: 0;
      transform: translateX(-6px);
      transition: all .2s;
    }
    .wa-tool-card:hover .wa-tool-arrow { opacity: 1; transform: translateX(0); }
    .wa-tool-tag {
      position: absolute;
      top: 14px; right: 14px;
      font-size: .63rem;
      font-weight: 700;
      padding: 2px 9px;
      border-radius: 20px;
      text-transform: uppercase;
      letter-spacing: .05em;
    }
    .wa-tool-tag--free { background: #dcfce7; color: #16a34a; }
    .wa-tool-tag--new  { background: #ede9fe; color: #7c3aed; }

    /* ── WHY SECTION ─────────────────────────────────────── */
    .wa-why-section { padding: 88px 0 96px; background: #fff; }
    .wa-why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .wa-why-card {
      background: #f8fafc;
      border: 1.5px solid #e2e8f0;
      border-radius: 16px;
      padding: 28px 22px;
      transition: box-shadow .2s, transform .2s;
    }
    .wa-why-card:hover { box-shadow: 0 8px 28px rgba(23,70,200,.1); transform: translateY(-2px); }
    .wa-why-icon {
      width: 48px; height: 48px;
      background: #eef2ff;
      border-radius: 13px;
      display: flex; align-items: center; justify-content: center;
      color: #1746c8;
      font-size: 1.18rem;
      margin-bottom: 16px;
    }
    .wa-why-card h3 { font-size: .94rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
    .wa-why-card p  { font-size: .8rem; color: #64748b; line-height: 1.75; margin: 0; }

    /* Responsive */
    @media (max-width: 992px) { .wa-tools-grid { grid-template-columns: repeat(2,1fr); } .wa-why-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 576px) { .wa-tools-grid { grid-template-columns: 1fr; } .wa-why-grid { grid-template-columns: 1fr; } }