.navigation-header {
  width: 100%;
  padding: 15px 20px;
  background: #101820;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 25px #5d40bd;
}
.navigation-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.top-logo {
  height: 22px;
  width: auto;
  margin: 0;
  display: block;
}

.invd-form-card {
	padding: 32px !important;
	border-radius: 12px !important;
}

.invd-form-card h2 {
	font-size: 30px !important;
	line-height: 1.24 !important;
	margin: 0 0 24px 0 !important;
	text-align: center !important;
}

.invd-form {
	gap: 24px !important;
}

.invd-field input,
.invd-field select {
	min-height: 48px !important;
	font-size: 16px !important;
	padding: 6.4px 32px 6.4px 16px !important;
}

.invd-btn {
	min-height: 48px !important;
	font-size: 16px !important;
	padding: 8px 24px !important;
}

.invd-note {
	font-size: 10px !important;
	margin-top: 16px !important;
	text-align: center !important;
}

/* Invicti ortalı logo (runtime-sca-findings ile aynı padding, responsive) */
.invd-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 24px;
}
.invd-logo {
  height: 48px;
  max-width: 220px;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .invd-logo-wrap {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .invd-logo {
    height: 36px;
    max-width: 160px;
  }
}

/* Üst bar ve logo (yalnızca logo, gradientli çizgi) */
.invd-topbar {
  width: 100%;
  background: #101820;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  z-index: 10;
}
.invd-topbar-logo {
  height: 40px;
  width: auto;
  display: block;
  margin: 8px 0;
}
@media (max-width: 600px) {
  .invd-topbar-logo {
    height: 32px;
  }
  .invd-topbar {
    min-height: 48px;
  }
}
.invd-topbar::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #6C47FF 0%, #2D1A5A 100%);
  opacity: 0.7;
}

/* navigation-header altındaki logo tam ortalı (sadece logo, responsive) */