  /* MARKA / LOGO */
  .iv-brand { text-align: center; margin-bottom: 22px; }
  .iv-brand-row { display: inline-flex; align-items: center; gap: 12px; }
  .iv-brand-mark {
    width: 46px; height: 46px; border-radius: 13px;
    background: linear-gradient(135deg, #833ab4, #c13584 55%, #fd7e46);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px rgba(193, 53, 132, .35);
  }
  .iv-brand-mark svg { width: 24px; height: 24px; fill: #fff; margin-left: 2px; }
  .iv-brand-name {
    font-size: 30px; font-weight: 900; letter-spacing: .5px;
    background: linear-gradient(45deg, #833ab4, #c13584, #e1306c, #fd7e46);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  }
  .iv-brand-tag { margin-top: 6px; font-size: 12.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #a09db2; }
  @media (max-width: 767px) { .iv-brand-name { font-size: 26px; } }

  /* Canlı hız kutusu */
  .sp-speed {
    display: none; margin-bottom: 18px;
    background: linear-gradient(135deg,#faf5ff,#fef4f9);
    border: 1px solid #f0e6f3; border-radius: 14px; padding: 14px 16px;
  }
  .sp-speed-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
  .sp-speed-lbl { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: #6b4b7a; }
  .sp-speed-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: spPulse 1.6s infinite; }
  @keyframes spPulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
  .sp-speed-val { font-size: 16px; font-weight: 800; color: #c13584; white-space: nowrap; }
  .sp-speed-val small { font-size: 11px; font-weight: 600; color: #a09db2; }
  .sp-speed svg { width: 100%; height: 40px; display: block; }